From 4cb72aee7374889ce3f11a0ff516ac716c16b5b7 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 7 Jul 2006 14:22:55 +0000 Subject: Added cmode_s, skeleton mode handler for channel mode +s. The naming convention for this dir is as follows: cmode_* -> channel modes umode_* -> user modes. Case sensitive mode letters on the end of the name such as cmode_s etc. Note, this dir can only hold the core RFC modes, so we won't get name collisions e.g. S and s. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4123 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modes/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modes/Makefile') diff --git a/src/modes/Makefile b/src/modes/Makefile index 10afd15d8..35ec4b915 100644 --- a/src/modes/Makefile +++ b/src/modes/Makefile @@ -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 -- cgit v1.2.3