Second patch from X-Fixer: tweaks for better MSVC build
[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 SRCS_C = \
12         canonical_tag.c \
13         charset.c \
14         dither.c \
15         id3v1.c \
16         id3v2.c \
17         replaygain_synthesis.c \
18         vorbiscomment.c
19
20 include $(topdir)/build/lib.mk
21
22 # DO NOT DELETE THIS LINE -- make depend depends on it.