Files
flac/src/plugin_common/Makefile.lite

15 lines
199 B
Makefile
Raw Normal View History

2002-08-23 06:28:59 +00:00
#
# GNU makefile
#
LIB_NAME = libplugin-common
INCLUDES = -I../../include
OBJS = \
canonical_tag.o \
dither.o
include ../../build/lib.mk
# DO NOT DELETE THIS LINE -- make depend depends on it.