summaryrefslogtreecommitdiff
path: root/src/protocol/Makefile
diff options
context:
space:
mode:
authorcyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-08 19:05:35 +0000
committercyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-08 19:05:35 +0000
commit92f744e4216e9e48247891fb73c8fb9e42419f4c (patch)
tree2f9f6f96aede55c83f46f5e2a2e0da2152f98b1b /src/protocol/Makefile
parent1aba1eb3ea635756a44c4221b22b688ccd2ec9ab (diff)
Fixed Autotools to detect *.cpp files in the src/core and src/modules folders.
Also small fix to the Windows install.js call to CMake to include quotes around the source's path. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1949 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/Makefile')
-rw-r--r--src/protocol/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/Makefile b/src/protocol/Makefile
index 1a064000c..3e31ec2e4 100644
--- a/src/protocol/Makefile
+++ b/src/protocol/Makefile
@@ -29,7 +29,7 @@ distclean: clean spotless
@$(MAKEBIN) $(CC) ${CFLAGS} ${CDEFS} ${MODULEFLAGS} -I../${INCLUDEDIR} -c $<
.o.s:
- @$(MAKEBIN) $(CC) ${SHARED} ../mod_version.o $< -o $*.so ${PROFILE}
+ @$(MAKEBIN) $(CC) ${SHARED} ../mod_version.o $< -o $*.so ${PROFILE}
@$(TOUCH) $*.s
subs: