diff options
Diffstat (limited to 'src/format/pe/Makefile.am')
-rw-r--r-- | src/format/pe/Makefile.am | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/format/pe/Makefile.am b/src/format/pe/Makefile.am deleted file mode 100644 index 00050a5..0000000 --- a/src/format/pe/Makefile.am +++ /dev/null @@ -1,21 +0,0 @@ - -noinst_LTLIBRARIES = libformatpe.la - -libformatpe_la_SOURCES = \ - pe-int.h pe-int.c \ - pe.h pe.c \ - pe_def.h \ - section.h section.c \ - symbols.h symbols.c - -libformatpe_la_LDFLAGS = - - -devdir = $(includedir)/chrysalide/$(subdir:src/%=%) - -dev_HEADERS = $(libformatpe_la_SOURCES:%c=) - - -AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) - -AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS) |