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/tar2sqfs/Makemodule.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bin/tar2sqfs/Makemodule.am (limited to 'bin/tar2sqfs') diff --git a/bin/tar2sqfs/Makemodule.am b/bin/tar2sqfs/Makemodule.am new file mode 100644 index 0000000..16bec99 --- /dev/null +++ b/bin/tar2sqfs/Makemodule.am @@ -0,0 +1,9 @@ +tar2sqfs_SOURCES = bin/tar2sqfs/tar2sqfs.c bin/tar2sqfs/tar2sqfs.h +tar2sqfs_SOURCES += bin/tar2sqfs/options.c bin/tar2sqfs/process_tarball.c +tar2sqfs_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) +tar2sqfs_LDADD = libcommon.a libsquashfs.la libtar.a +tar2sqfs_LDADD += libfstree.a libcompat.a libfstree.a $(LZO_LIBS) +tar2sqfs_LDADD += $(PTHREAD_LIBS) + +dist_man1_MANS += bin/tar2sqfs/tar2sqfs.1 +bin_PROGRAMS += tar2sqfs -- cgit v1.2.3