From 8fa122a59f61878bafa43ea45d9ea988f3a70998 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Tue, 11 Jun 2019 18:08:02 +0200 Subject: cleanup: rdsquashfs: move command line option processing to options.c Signed-off-by: David Oberhollenzer --- unpack/Makemodule.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unpack/Makemodule.am') diff --git a/unpack/Makemodule.am b/unpack/Makemodule.am index c70026d..225263b 100644 --- a/unpack/Makemodule.am +++ b/unpack/Makemodule.am @@ -1,5 +1,5 @@ rdsquashfs_SOURCES = unpack/rdsquashfs.c unpack/rdsquashfs.h -rdsquashfs_SOURCES += unpack/list_files.c +rdsquashfs_SOURCES += unpack/list_files.c unpack/options.c rdsquashfs_SOURCES += unpack/restore_fstree.c unpack/describe.c rdsquashfs_LDADD = libsquashfs.a libfstree.a libcompress.a libutil.a -- cgit v1.2.3