Mercurial > audlegacy-plugins
view src/cue/Makefile @ 1839:4e8ed7dff435
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Mon, 24 Sep 2007 14:03:31 -0500 |
| parents | bbebc130f8f5 |
| children | d9d4b258fbf1 |
line wrap: on
line source
include ../../extra.mk PLUGIN = cuesheet$(SHARED_SUFFIX) plugindir = audacious/$(INPUT_PLUGIN_DIR) SRCS = cuesheet.c include ../../buildsys.mk CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. -Wall CPPFLAGS = $(CFLAGS) LIBS += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS)
