From e5f99ba93e08e237962bcf337848e60730aa2d54 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 27 May 2020 15:07:35 +0200 Subject: Cleanup: Reorganize structure of Automake files - Split up the huge file in bin/ into one small file per sub directory - Remove the stub in doc/ Signed-off-by: David Oberhollenzer --- bin/gensquashfs/Makemodule.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bin/gensquashfs/Makemodule.am (limited to 'bin/gensquashfs') diff --git a/bin/gensquashfs/Makemodule.am b/bin/gensquashfs/Makemodule.am new file mode 100644 index 0000000..ab11dae --- /dev/null +++ b/bin/gensquashfs/Makemodule.am @@ -0,0 +1,15 @@ +gensquashfs_SOURCES = bin/gensquashfs/mkfs.c bin/gensquashfs/mkfs.h +gensquashfs_SOURCES += bin/gensquashfs/options.c bin/gensquashfs/selinux.c +gensquashfs_SOURCES += bin/gensquashfs/dirscan.c bin/gensquashfs/dirscan_xattr.c +gensquashfs_LDADD = libcommon.a libsquashfs.la libfstree.a +gensquashfs_LDADD += libcompat.a $(LIBSELINUX_LIBS) $(LZO_LIBS) +gensquashfs_LDADD += $(PTHREAD_LIBS) +gensquashfs_CPPFLAGS = $(AM_CPPFLAGS) +gensquashfs_CFLAGS = $(AM_CFLAGS) $(LIBSELINUX_CFLAGS) $(PTHREAD_CFLAGS) + +if WITH_SELINUX +gensquashfs_CPPFLAGS += -DWITH_SELINUX +endif + +dist_man1_MANS += bin/gensquashfs/gensquashfs.1 +bin_PROGRAMS += gensquashfs -- cgit v1.2.3