summaryrefslogtreecommitdiff
path: root/src/format/pe/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/pe/Makefile.am')
-rwxr-xr-xsrc/format/pe/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/format/pe/Makefile.am b/src/format/pe/Makefile.am
index cf47c4e..9167577 100755
--- a/src/format/pe/Makefile.am
+++ b/src/format/pe/Makefile.am
@@ -1,11 +1,11 @@
-lib_LIBRARIES = libformatpe.a
+lib_LTLIBRARIES = libformatpe.la
-libformatpe_a_SOURCES = \
+libformatpe_la_SOURCES = \
e_pe.h e_pe.c \
pe-int.h
-libformatpe_a_CFLAGS = $(AM_CFLAGS)
+libformatpe_la_LDFLAGS = $(LIBGTK_LIBS)
INCLUDES =