1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 17:26:39 +02:00

Modify makefile to build with g++.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1170 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-09-30 18:45:08 +00:00
parent 898b7fae5f
commit 640b5fb2e1
+1 -1
View File
@@ -1,4 +1,4 @@
CC=@CC@
CC=g++ # probably wrong but oh well.
INCLUDEDIR=../include
ANOPELIBS=@ANOPELIBS@
CFLAGS=@CFLAGS@