summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-05-01 13:49:58 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-05-02 12:40:06 +0200
commitff0737a13f4ea5c97ff8f4973383080163a9a67f (patch)
treeb34fa9b022e4337949a5476d0ca2ad7a478174bd /lib
parentfd22d7851e08ab6c9b57f5857062a9e4cfdc41cc (diff)
Add compress header to makefile, so it also gets packaged
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib')
-rw-r--r--lib/Makemodule.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makemodule.am b/lib/Makemodule.am
index 7de4c83..c2d7dab 100644
--- a/lib/Makemodule.am
+++ b/lib/Makemodule.am
@@ -3,6 +3,7 @@ libfstree_a_SOURCES += lib/fstree/fstree_sort.c
libfstree_a_SOURCES += include/fstree.h
libcompress_a_SOURCES = lib/comp/compressor.c lib/comp/internal.h
+libcompress_a_SOURCES += include/compress.h
libcompress_a_CFLAGS = $(AM_CFLAGS)
libcompress_a_CPPFLAGS = $(AM_CPPFLAGS)