initial import
[platform/upstream/flac.git] / src / plugin_common / Makefile.lite
1 #
2 # GNU makefile
3 #
4
5 LIB_NAME = libplugin-common
6 INCLUDES = -I../../include
7
8 OBJS = \
9         canonical_tag.o \
10         dither.o
11
12 include ../../build/lib.mk
13
14 # DO NOT DELETE THIS LINE -- make depend depends on it.