view src/tonegen/Makefile @ 1946:7ee1bc4d5f5b

Remove useless #includes, use <>
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Oct 2007 00:49:51 +0300
parents 21508f1dca47
children a56a26a5f233
line wrap: on
line source

PLUGIN = tonegen${PLUGIN_SUFFIX}
SRCS = tonegen.c

plugindir = audacious/${INPUT_PLUGIN_DIR}

include ../../buildsys.mk
include ../../extra.mk


CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../..

CFLAGS += ${PLUGIN_CFLAGS}
LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}