Changes to update Tomato RAF.
[tomato.git] / release / src / router / flac / src / share / replaygain_synthesis / Makefile.lite
blobe58e708821f8e9094efbf248b3998d124b262d45
2 # GNU makefile
5 topdir = ../../..
7 LIB_NAME = libreplaygain_synthesis
8 INCLUDES = -I./include -I$(topdir)/include -I$(topdir)/include/share
10 SRCS_C = \
11         replaygain_synthesis.c
13 include $(topdir)/build/lib.mk
15 # DO NOT DELETE THIS LINE -- make depend depends on it.