From cdccc69c62579b0c13b35fad0728079652b8f3c9 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Tue, 31 Jan 2023 11:21:30 +0100 Subject: Move library source into src sub-directory Signed-off-by: David Oberhollenzer --- bin/rdsquashfs/Makemodule.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bin/rdsquashfs/Makemodule.am') diff --git a/bin/rdsquashfs/Makemodule.am b/bin/rdsquashfs/Makemodule.am index 1ff9c60..f8f9d3d 100644 --- a/bin/rdsquashfs/Makemodule.am +++ b/bin/rdsquashfs/Makemodule.am @@ -1,8 +1,8 @@ -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_SOURCES += bin/rdsquashfs/stat.c +rdsquashfs_SOURCES = bin/rdsquashfs/src/rdsquashfs.c \ + bin/rdsquashfs/src/rdsquashfs.h bin/rdsquashfs/src/list_files.c \ + bin/rdsquashfs/src/options.c bin/rdsquashfs/src/restore_fstree.c \ + bin/rdsquashfs/src/describe.c bin/rdsquashfs/src/fill_files.c \ + bin/rdsquashfs/src/dump_xattrs.c bin/rdsquashfs/src/stat.c rdsquashfs_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) rdsquashfs_LDADD = libcommon.a libio.a libcompat.a libutil.a libsquashfs.la rdsquashfs_LDADD += libfstree.a $(LZO_LIBS) $(PTHREAD_LIBS) -- cgit v1.2.3