summaryrefslogtreecommitdiff
path: root/src/format/pe/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2021-01-17 22:31:39 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2021-04-05 23:00:11 (GMT)
commite35215675101a4a5b59fe080fcb6b2609daa6cd3 (patch)
tree60dddfb275fe80e79a16fc65811b49229e2d962f /src/format/pe/Makefile.am
parent636289c5397a81772a994fc5272d1fc0700a8026 (diff)
Moved PE code with its history.
Diffstat (limited to 'src/format/pe/Makefile.am')
-rw-r--r--src/format/pe/Makefile.am21
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)