summaryrefslogtreecommitdiff
path: root/src/format/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/Makefile.am')
-rw-r--r--src/format/Makefile.am24
1 files changed, 13 insertions, 11 deletions
diff --git a/src/format/Makefile.am b/src/format/Makefile.am
index 305cd92..3ffe24e 100644
--- a/src/format/Makefile.am
+++ b/src/format/Makefile.am
@@ -1,23 +1,25 @@
noinst_LTLIBRARIES = libformat.la
+# debuggable-int.h \
+# debuggable.h debuggable.c \
+# executable-int.c \
+# preload-int.h \
+# preload.h preload.c \
+# strsym.h strsym.c \
+# symiter.h symiter.c \
+# symbol-int.h \
+# symbol.h symbol.c
+
libformat_la_SOURCES = \
- debuggable-int.h \
- debuggable.h debuggable.c \
- executable-int.h executable-int.c \
+ executable-int.h \
executable.h executable.c \
flat-int.h \
flat.h flat.c \
- format-int.h \
- format.h format.c \
known-int.h \
known.h known.c \
- preload-int.h \
- preload.h preload.c \
- strsym.h strsym.c \
- symiter.h symiter.c \
- symbol-int.h \
- symbol.h symbol.c
+ program-int.h \
+ program.h program.c
libformat_la_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBXML_CFLAGS)