From ff0737a13f4ea5c97ff8f4973383080163a9a67f Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 1 May 2019 13:49:58 +0200 Subject: Add compress header to makefile, so it also gets packaged Signed-off-by: David Oberhollenzer --- lib/Makemodule.am | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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) -- cgit v1.2.3