a50821c24953d31f03f057d8fb01905b24b74ac0
[platform/upstream/flac.git] / src / plugin_xmms / Makefile
1 #
2 # GNU makefile
3 #
4
5 LIB_NAME  = libxmms-flac
6 INCLUDES  = $(shell xmms-config --cflags) -I./include -I../../include
7 LIBS = ../../obj/lib/libFLAC.a
8
9 OBJS = \
10         plugin.o
11
12 include ../../build/lib.mk
13
14 # DO NOT DELETE THIS LINE -- make depend depends on it.