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/sqfs2tar/Makemodule.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bin/sqfs2tar/Makemodule.am (limited to 'bin/sqfs2tar') diff --git a/bin/sqfs2tar/Makemodule.am b/bin/sqfs2tar/Makemodule.am new file mode 100644 index 0000000..3c5662d --- /dev/null +++ b/bin/sqfs2tar/Makemodule.am @@ -0,0 +1,8 @@ +sqfs2tar_SOURCES = bin/sqfs2tar/sqfs2tar.c bin/sqfs2tar/sqfs2tar.h +sqfs2tar_SOURCES += bin/sqfs2tar/options.c bin/sqfs2tar/write_tree.c +sqfs2tar_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) +sqfs2tar_LDADD = libcommon.a libutil.a libsquashfs.la libtar.a libcompat.a +sqfs2tar_LDADD += libfstree.a $(LZO_LIBS) $(PTHREAD_LIBS) + +dist_man1_MANS += bin/sqfs2tar/sqfs2tar.1 +bin_PROGRAMS += sqfs2tar -- cgit v1.2.3