]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modes/Makefile
AddOper() and DeleteOper() -> userrec::Oper() and userrec::UnOper() (these do more...
[user/henk/code/inspircd.git] / src / modes / Makefile
index 10afd15d8241c0bfee8b7ec6113bd6de7c1f5b88..35ec4b9157a26cb5b23c188c37314affb613ae0a 100644 (file)
@@ -3,7 +3,7 @@ CC = i am cornholio
 CXXFLAGS = -I../../include ${FLAGS}
 
 all: ../../include/base.h ../../include/modules.h ../../include/inspircd.h ../../include/channels.h ../../include/users.h ../../include/globals.h ../../include/inspircd_config.h ../../include/mode.h $(CPPFILES)
-       $(CC) -pipe -export-dynamic -c $(CPPFILES)
+       $(CC) -pipe $(CXXFLAGS) -export-dynamic -c $(CPPFILES)
        ar r modeclasses.a *.o
        ranlib modeclasses.a