From f4ecf32b83f630e04aa14079367fedca0cecbc81 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 25 Jan 2006 17:31:46 +0000 Subject: FIXED to actually do things PROPERLY - why do people have to mess with stuff that works fine, so close to release date? git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2892 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 1a0e47181..4eb065f1b 100755 --- a/configure +++ b/configure @@ -1087,7 +1087,7 @@ sub write_dynamic_modules_makefile { # for assisting with making this work right. # # Automatically Generated by ./configure to add a modules -# please run ./configure --update +# please run ./configure -update or ./configure -modupdate all: \$(MODULES) @@ -1105,6 +1105,8 @@ foreach $i (@modlist) { ### # Write Entry to the MakeFile ### + $cmflags = getcompilerflags("src/modules/m_".$i.".cpp"); + $liflags = getlinkerflags("src/modules/m_".$i.".cpp"); print FILEHANDLE <