Files
flac/src/plugin_xmms/Makefile.lite

15 lines
251 B
Makefile
Raw Normal View History

2000-12-10 04:09:52 +00:00
#
# GNU makefile
#
LIB_NAME = libxmms-flac
INCLUDES = $(shell xmms-config --cflags) -I./include -I../../include
LIBS = ../../obj/lib/libFLAC.a
OBJS = \
plugin.o
include ../../build/lib.mk
# DO NOT DELETE THIS LINE -- make depend depends on it.