# HG changeset patch # User nenolod # Date 1149790162 25200 # Node ID 2abc1a707c32b07497dea42da27e7179e523a748 # Parent 59c35d81f98141bea72cda626b56d27f8e17bdc5 [svn] - fix improper makefile diff -r 59c35d81f981 -r 2abc1a707c32 Plugins/Input/adplug/Makefile.in --- a/Plugins/Input/adplug/Makefile.in Sun Jun 04 23:37:21 2006 -0700 +++ b/Plugins/Input/adplug/Makefile.in Thu Jun 08 11:09:22 2006 -0700 @@ -12,6 +12,5 @@ OBJECTS = ${SOURCES:.cc=.o} -CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(BINIO_CFLAGS) \ +CXXFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(BINIO_CFLAGS) \ -I../../../intl -I../../.. -I./core -CXXFLAGS = $(CFLAGS)