summaryrefslogtreecommitdiff
path: root/src/common/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-05-12 11:15:23 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-05-12 11:15:23 (GMT)
commit8d71f1b7ee8714004e7ccb0ed2f0a09e8b610ce8 (patch)
treeb3cc377a047240190540f1c657b9be824b91f140 /src/common/Makefile.am
parent0386ff57e88f87286659294f12171ac7cf4da7df (diff)
Created helpers for dealing with archives.
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r--src/common/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index b5b008c..7a13aa8 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -6,6 +6,7 @@ libcommon_la_SOURCES = \
asm.h asm.c \
bconst.h \
bits.h bits.c \
+ compression.h compression.c \
cpp.h \
dllist.h dllist.c \
endianness.h endianness.c \