From a5b8602df7a3b16bee528f3b38c145fed77845b2 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Sat, 16 Jun 2007 00:41:10 +0000 Subject: [PATCH] move xmms cflags to end of INCLUDES --- src/plugin_xmms/Makefile.lite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin_xmms/Makefile.lite b/src/plugin_xmms/Makefile.lite index 7ed8db17..6addb9da 100644 --- a/src/plugin_xmms/Makefile.lite +++ b/src/plugin_xmms/Makefile.lite @@ -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