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