move xmms cflags to end of INCLUDES
authorJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 16 Jun 2007 00:41:10 +0000 (00:41 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 16 Jun 2007 00:41:10 +0000 (00:41 +0000)
src/plugin_xmms/Makefile.lite

index 7ed8db1..6addb9d 100644 (file)
@@ -22,7 +22,7 @@
 topdir = ../..
 
 LIB_NAME  = libxmms-flac
-INCLUDES  = $(shell xmms-config --cflags) -I./include -I$(topdir)/include -I..
+INCLUDES  = -I./include -I$(topdir)/include -I.. $(shell xmms-config --cflags)
 # refer to the static libs explicitly
 ifeq ($(DARWIN_BUILD),yes)
 LIBS = $(topdir)/obj/$(BUILD)/lib/libFLAC.a $(topdir)/obj/$(BUILD)/lib/libplugin_common.a $(topdir)/obj/$(BUILD)/lib/libgrabbag.a $(topdir)/obj/$(BUILD)/lib/libreplaygain_analysis.a $(topdir)/obj/$(BUILD)/lib/libreplaygain_synthesis.a $(OGG_LIB_DIR)/libogg.a -liconv -lstdc++ -lz