pcre/chartables.c is #included from another file, don't compile it separately
authorMikko Rasa <tdb@tdb.fi>
Wed, 2 Nov 2011 11:59:48 +0000 (13:59 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 2 Nov 2011 11:59:48 +0000 (13:59 +0200)
src/Makefile.am

index 3678ed2..7c997df 100755 (executable)
@@ -328,7 +328,7 @@ ScoreDisplayLifeTime.cpp ScoreDisplayLifeTime.h \
 ScoreDisplayNormal.cpp ScoreDisplayNormal.h ScoreDisplayOni.cpp ScoreDisplayOni.h \
 ScoreDisplayPercentage.cpp ScoreDisplayPercentage.h ScoreDisplayRave.cpp ScoreDisplayRave.h
 
-PCRE = pcre/chartables.c pcre/get.c pcre/internal.h pcre/maketables.c pcre/pcre.c pcre/pcre.h pcre/study.c
+PCRE = pcre/get.c pcre/internal.h pcre/maketables.c pcre/pcre.c pcre/pcre.h pcre/study.c
 
 Timer = timer/Timer.cpp timer/Timer.h