view src/flac/plugin_common/Makefile @ 1211:38b9c5765929 trunk

Remove workarounds for non-VFS compliant plugins. URIs are now mandatory.
author William Pitcock <nenolod@atheme-project.org>
date Thu, 05 Jul 2007 01:48:27 -0500
parents f19e6748d8eb
children
line wrap: on
line source

include ../../../mk/rules.mk
include ../../../mk/init.mk

CFLAGS += $(PICFLAGS) -I.. -I../../.. -I../libflac

OBJECTIVE_LIBS_NOINST = libplugin_common.a

noinst_HEADERS = \
	all.h \
	charset.h \
	defs.h \
	dither.h \
	locale_hack.h \
	tags.h \
	replaygain.h

SOURCES = \
	charset.c \
	dither.c \
	tags.c \
	replaygain.c

OBJECTS = ${SOURCES:.c=.o}

include ../../../mk/objective.mk