summaryrefslogtreecommitdiff
path: root/src/plugin_common/Makefile.lite
blob: 7972bcd418c0c4b32f8540aa6582e321f4eeb041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# GNU makefile
#

topdir = ../..

LIB_NAME = libplugin_common
INCLUDES = -I$(topdir)/include -I$(HOME)/local/include
DEFINES  = 

SRCS_C = \
	canonical_tag.c \
	charset.c \
	dither.c \
	vorbiscomment.c

include $(topdir)/build/lib.mk

# DO NOT DELETE THIS LINE -- make depend depends on it.