1#
2# GNU makefile
3#
4
5topdir = ../../..
6
7LIB_NAME = libgrabbag
8INCLUDES = -I$(topdir)/include
9
10SRCS_C = \
11	cuesheet.c \
12	file.c \
13	picture.c \
14	replaygain.c \
15	seektable.c
16
17include $(topdir)/build/lib.mk
18
19# DO NOT DELETE THIS LINE -- make depend depends on it.
20