diff options
| author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-08 17:22:29 +0000 |
|---|---|---|
| committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-08 17:22:29 +0000 |
| commit | 6130eecca20443011310ea5b7bdda072dd2c1265 (patch) | |
| tree | 29714c929ea425c2c35fc8e7ef396cb742d338f9 /src/protocol/Makefile | |
| parent | 1072827648ad8809d32f23f5835698ba36690305 (diff) | |
Merge commit 'cbx/anopeng-config' into anopeng
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1598 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/Makefile')
| -rw-r--r-- | src/protocol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/Makefile b/src/protocol/Makefile index 0d5f3a15b..d49a69be5 100644 --- a/src/protocol/Makefile +++ b/src/protocol/Makefile @@ -8,7 +8,7 @@ MAKEARGS = 'CFLAGS=${CFLAGS}' 'CC=${CC}' 'ANOPELIBS=${ANOPELIBS}' \ 'PROFILE=${PROFILE}' 'SHARED=${SHARED}' 'MODULEFLAGS=${MODULEFLAGS}' OBJECTS= $(SRCS:.c=.o) -OBJECTS= $(SRCS:.cpp=.o) +OBJECTS+= $(SRCS:.cpp=.o) SO_FILES=$(OBJECTS:.o=.s) CDEFS= -rdynamic -Wall |
