view src/tonegen/Makefile @ 1767:cc39bde22735

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author William Pitcock <nenolod@atheme.org>
date Mon, 24 Sep 2007 11:13:22 -0500
parents c3fdb0e5a306
children eed7c270e8dd
line wrap: on
line source

include ../../extra.mk

PLUGIN = tonegen$(PLUGIN_SUFFIX)
plugindir = audacious/$(INPUT_PLUGIN_DIR)

SRCS = tonegen.c

include ../../buildsys.mk

LIBS += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS)

CFLAGS += $(PLUGIN_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../..
CPPFLAGS = $(CFLAGS)