blob: 4fa2cc90cd9316e4cb1e6d70706c6ec105d43504 [file] [log] [blame]
#
# GNU makefile
#
topdir = ../../..
LIB_NAME = libreplaygain_analysis
INCLUDES = -I$(topdir)/include
SRCS_C = \
replaygain_analysis.c
include $(topdir)/build/lib.mk
# DO NOT DELETE THIS LINE -- make depend depends on it.