# # 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.