Mercurial > audlegacy-plugins
view src/vtx/Makefile @ 1791:ea7ec02f2ea2
Automated merge with ssh://hg.atheme-project.org//hg/audacious-plugins
| author | Jonathan Schleifer <js@h3c.de> |
|---|---|
| date | Mon, 24 Sep 2007 19:19:59 +0200 |
| parents | c78a88954801 |
| children | eed7c270e8dd |
line wrap: on
line source
include ../../extra.mk PLUGIN = vtx$(SHARED_SUFFIX) plugindir = audacious/$(INPUT_PLUGIN_DIR) SRCS = about.c ay8912.c config.c info.c lh5dec.c vtx.c vtxfile.c include ../../buildsys.mk CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. -Wall CPPFLAGS = $(CFLAGS) -I. LIBS += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS)
