1#
2# GNU makefile
3#
4
5topdir = ../../..
6
7LIB_NAME = libreplaygain_synthesis
8INCLUDES = -I./include -I$(topdir)/include
9
10SRCS_C = \
11	replaygain_synthesis.c
12
13include $(topdir)/build/lib.mk
14
15# DO NOT DELETE THIS LINE -- make depend depends on it.
16