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/rdsquashfs/Makemodule.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bin/rdsquashfs/Makemodule.am (limited to 'bin/rdsquashfs') diff --git a/bin/rdsquashfs/Makemodule.am b/bin/rdsquashfs/Makemodule.am new file mode 100644 index 0000000..d99d6ee --- /dev/null +++ b/bin/rdsquashfs/Makemodule.am @@ -0,0 +1,10 @@ +rdsquashfs_SOURCES = bin/rdsquashfs/rdsquashfs.c bin/rdsquashfs/rdsquashfs.h +rdsquashfs_SOURCES += bin/rdsquashfs/list_files.c bin/rdsquashfs/options.c +rdsquashfs_SOURCES += bin/rdsquashfs/restore_fstree.c bin/rdsquashfs/describe.c +rdsquashfs_SOURCES += bin/rdsquashfs/fill_files.c bin/rdsquashfs/dump_xattrs.c +rdsquashfs_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) +rdsquashfs_LDADD = libcommon.a libcompat.a libsquashfs.la +rdsquashfs_LDADD += libfstree.a $(LZO_LIBS) $(PTHREAD_LIBS) + +dist_man1_MANS += bin/rdsquashfs/rdsquashfs.1 +bin_PROGRAMS += rdsquashfs -- cgit v1.2.3