Mercurial > audlegacy-plugins
view src/modplug/gui/Makefile @ 1781:499656950801
modplug: Mk2
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 24 Sep 2007 11:53:53 -0500 |
parents | f19e6748d8eb |
children | 1ad002ce1bd0 |
line wrap: on
line source
include ../../../extra.mk STATIC_LIB_NOINST = libgui.a SRCS = main.cxx support.cxx interface.cxx callbacks.cxx include ../../../buildsys.mk CFLAGS += $(PLUGIN_CFLAGS) CXXFLAGS += $(PLUGIN_CFLAGS) CPPFLAGS += $(MOWGLI_CFLAGS) $(DBUS_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../..