diff options
| author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-03 20:46:49 +0000 |
|---|---|---|
| committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-03 20:46:49 +0000 |
| commit | cdd6493893b4b03bed8e6d9afb96fe3c7b75fb16 (patch) | |
| tree | e74825636acf46972d38ef00b4bc0fd61316288e /src/protocol/Makefile | |
| parent | 90a104887fd668d38feafdebb0b494ceac7b9066 (diff) | |
Really add it to the build.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1508 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/Makefile')
| -rw-r--r-- | src/protocol/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol/Makefile b/src/protocol/Makefile index 366e8ebb1..0d5f3a15b 100644 --- a/src/protocol/Makefile +++ b/src/protocol/Makefile @@ -8,6 +8,7 @@ MAKEARGS = 'CFLAGS=${CFLAGS}' 'CC=${CC}' 'ANOPELIBS=${ANOPELIBS}' \ 'PROFILE=${PROFILE}' 'SHARED=${SHARED}' 'MODULEFLAGS=${MODULEFLAGS}' OBJECTS= $(SRCS:.c=.o) +OBJECTS= $(SRCS:.cpp=.o) SO_FILES=$(OBJECTS:.o=.s) CDEFS= -rdynamic -Wall |
