add replaygain_synthesis
[platform/upstream/flac.git] / src / plugin_common / Makefile.lite
1 #
2 # GNU makefile
3 #
4
5 topdir = ../..
6
7 LIB_NAME = libplugin_common
8 INCLUDES = -I./include -I$(topdir)/include -I$(HOME)/local/include
9 DEFINES  = -DFLAC__HAS_ID3LIB -DID3LIB_MAJOR=3 -DID3LIB_MINOR=8 -DID3LIB_PATCH=0
10
11 OBJS = \
12         canonical_tag.o \
13         charset.o \
14         dither.o \
15         id3v1.o \
16         id3v2.o \
17         replaygain_synthesis.o \
18         vorbiscomment.o
19
20 include $(topdir)/build/lib.mk
21
22 # DO NOT DELETE THIS LINE -- make depend depends on it.