improvements to compile/link options
[platform/upstream/flac.git] / src / share / replaygain_synthesis / Makefile.lite
1 #
2 # GNU makefile
3 #
4
5 topdir = ../../..
6
7 LIB_NAME = libreplaygain_synthesis
8 INCLUDES = -I./include -I$(topdir)/include -I$(topdir)/include/share
9
10 SRCS_C = \
11         replaygain_synthesis.c
12
13 include $(topdir)/build/lib.mk
14
15 # DO NOT DELETE THIS LINE -- make depend depends on it.