summaryrefslogtreecommitdiff
path: root/src/format/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-06-07 19:02:07 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-06-07 19:02:07 (GMT)
commitb2b00f3dedf496e4b22cdd8cdc14d9c8cb7cd7ac (patch)
tree8b9473b858ff37e50d2ac01ad5e3339c85b49238 /src/format/Makefile.am
parent74063a8f0e00e1b53b45ddcbd47348d9acce3f67 (diff)
Introduced the flat file format.
Diffstat (limited to 'src/format/Makefile.am')
-rw-r--r--src/format/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/format/Makefile.am b/src/format/Makefile.am
index 1435695..504055d 100644
--- a/src/format/Makefile.am
+++ b/src/format/Makefile.am
@@ -6,6 +6,8 @@ libformat_la_SOURCES = \
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 \
preload-int.h \