comparison Plugins/Input/adplug/Makefile.in @ 1153:2abc1a707c32 trunk

[svn] - fix improper makefile
author nenolod
date Thu, 08 Jun 2006 11:09:22 -0700
parents 46960fb15ba0
children a268c19f8fad
comparison
equal deleted inserted replaced
1152:59c35d81f981 1153:2abc1a707c32
10 10
11 SOURCES = adplug-xmms.cc 11 SOURCES = adplug-xmms.cc
12 12
13 OBJECTS = ${SOURCES:.cc=.o} 13 OBJECTS = ${SOURCES:.cc=.o}
14 14
15 CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(BINIO_CFLAGS) \ 15 CXXFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(BINIO_CFLAGS) \
16 -I../../../intl -I../../.. -I./core 16 -I../../../intl -I../../.. -I./core
17 CXXFLAGS = $(CFLAGS)