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