add undocumented option --apply-replaygain-which-is-not-lossless to flac; required...
[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$(topdir)/include -I$(HOME)/local/include
9 DEFINES  = -DFLAC__HAS_ID3LIB -DID3LIB_MAJOR=3 -DID3LIB_MINOR=8 -DID3LIB_PATCH=0
10
11 SRCS_C = \
12         canonical_tag.c \
13         charset.c \
14         dither.c \
15         id3v1.c \
16         id3v2.c \
17         vorbiscomment.c
18
19 include $(topdir)/build/lib.mk
20
21 # DO NOT DELETE THIS LINE -- make depend depends on it.