view src/flac/plugin_common/Makefile @ 1004:be2d04b2bd28 trunk

[svn] - move bmp_title_input_free() into file_open() to avoid memory leak. - make vorbis.c check each tuple member has value.
author yaz
date Sun, 06 May 2007 22:53:19 -0700
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