view src/modplug/gui/Makefile @ 1906:353787f211ec

- Make code compilable against neon 0.26 by dropping the connect timeout. We need a better solution for that.
author Ralf Ertzinger <ralf@skytale.net>
date Thu, 27 Sep 2007 15:36:15 +0200
parents 499656950801
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../../..