summaryrefslogtreecommitdiff
path: root/src/format/elf/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/elf/Makefile.am')
-rw-r--r--src/format/elf/Makefile.am25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/format/elf/Makefile.am b/src/format/elf/Makefile.am
deleted file mode 100644
index 53139d4..0000000
--- a/src/format/elf/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-
-noinst_LTLIBRARIES = libformatelf.la
-
-libformatelf_la_SOURCES = \
- elf-int.h elf-int.c \
- elf.h elf.c \
- elf_def.h \
- elf_def_arm.h \
- dynamic.h dynamic.c \
- helper_arm.h helper_arm.c \
- helper_x86.h helper_x86.c \
- loading.h loading.c \
- program.h program.c \
- section.h section.c \
- strings.h strings.c \
- symbols.h symbols.c
-
-# helper_mips.h helper_mips.c
-
-libformatelf_la_LDFLAGS =
-
-
-AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)
-
-AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)