diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-20 15:41:22 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-20 15:41:22 +0000 |
commit | 16bdaa927d2f532dfdc9f81ec25a843ebc99d9ff (patch) | |
tree | 1af314b606a47c9c321f8e41e13a9e4740fe31c8 | |
parent | 3a28a843033c87658c45f83a8826676e9e4e4409 (diff) |
Changed to fix minor typo in dynamic-build makefile
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1465 e03df62e-2008-0410-955e-edbf42e46eb7
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -671,7 +671,7 @@ sub write_static_makefile { CC = im a cheezeball -CXXFLAGS = -I$../include \${FLAGS} +CXXFLAGS = -I../include \${FLAGS} all: hashcomp.o channels.o mode.o xline.o inspstring.o dns.o base.o inspircd_util.o inspircd_io.o connection.o message.o commands.o dnsqueue.o dynamic.o users.o modules.o wildcard.o servers.o helperfuncs.o inspircd.exe @@ -752,7 +752,7 @@ sub write_dynamic_makefile { CC = im a cheezeball -CXXFLAGS = -I$../include ${FLAGS} +CXXFLAGS = -I../include \${FLAGS} all: libIRCDhash.so libIRCDchannels.so libIRCDmode.so libIRCDxline.so libIRCDstring.so libIRCDasyncdns.so libIRCDbase.so libIRCDutil.so libIRCDio.so libIRCDconnection.so libIRCDmessage.so libIRCDcommands.so libIRCDdnsqueue.so libIRCDdynamic.so libIRCDusers.so libIRCDmodules.so libIRCDwildcard.so libIRCDservers.so libIRCDhelper.so inspircd |