From d8623ff3e298dd6de32aea2540d69b287e54ff7a Mon Sep 17 00:00:00 2001 From: Dave West Date: Sat, 17 Oct 2009 21:05:05 +0000 Subject: [PATCH] Fix mk_module_init.sh to properly build sources from directory user_modules. --- citadel/mk_module_init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel/mk_module_init.sh b/citadel/mk_module_init.sh index 4bc379aff..9ea76c8fd 100755 --- a/citadel/mk_module_init.sh +++ b/citadel/mk_module_init.sh @@ -257,7 +257,7 @@ if [ -d "user_modules" ] ; then if [ -f "$k" ] ; then # Add this .c file to the Makefile included list of SOURCES cat <> $SRC_FILE -SOURCES=\$(SOURCES) user_modules/$j/$k +SOURCES += user_modules/$j/$k EOF # Generate a .o file name -- 2.39.2