summaryrefslogtreecommitdiff
path: root/src/format/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-11-12 09:59:58 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-11-13 16:49:27 (GMT)
commit2eca5b9056aa44760ee4981b0418652a04bfd6f2 (patch)
treeebeb44ea98b24798c9222a5a8dd49896a1657901 /src/format/Makefile.am
parent530cd02edf04a3df85a1b40f476f2b2d54793e4e (diff)
Prepare class renaming (GBinFormat -> GProgramFormat).
Diffstat (limited to 'src/format/Makefile.am')
-rw-r--r--src/format/Makefile.am35
1 files changed, 18 insertions, 17 deletions
diff --git a/src/format/Makefile.am b/src/format/Makefile.am
index 305cd92..dcd3567 100644
--- a/src/format/Makefile.am
+++ b/src/format/Makefile.am
@@ -1,23 +1,24 @@
noinst_LTLIBRARIES = libformat.la
-libformat_la_SOURCES = \
- debuggable-int.h \
- debuggable.h debuggable.c \
- executable-int.h executable-int.c \
- 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
+libformat_la_SOURCES =
+# \
+# debuggable-int.h \
+# debuggable.h debuggable.c \
+# executable-int.h executable-int.c \
+# executable.h executable.c \
+# flat-int.h \
+# flat.h flat.c \
+# program-int.h \
+# program.h program.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
libformat_la_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBXML_CFLAGS)