summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-15 15:19:39 +0000
committerrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-15 15:19:39 +0000
commit2e75a5c4a44542b56ff53240e102ca4bf3bfb017 (patch)
tree7524d4479eeced94ba48ac4781c006d0962ffb71 /src
parent09dedba37955654b7da09ffcaf49081ca1d9df2a (diff)
Fix makefile, it's a cpp not a c.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2056 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index d3a3d6561..6c060c4d3 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -63,7 +63,7 @@ news.o: news.c $(INCLUDES)
nickserv.o: nickserv.c $(INCLUDES)
operserv.o: operserv.c $(INCLUDES)
process.o: process.c $(INCLUDES)
-protocol.o: protocol.c $(INCLUDES)
+protocol.o: protocol.cpp $(INCLUDES)
send.o: send.c $(INCLUDES)
servers.o: servers.c $(INCLUDES)
sessions.o: sessions.c $(INCLUDES)