Mercurial > audlegacy-plugins
view src/sun/Makefile @ 1972:2bd85ddedf9e
Fix a warning.
| author | Jonathan Schleifer <js@h3c.de> |
|---|---|
| date | Wed, 03 Oct 2007 16:15:00 +0200 |
| parents | 95685713a865 |
| children | a56a26a5f233 |
line wrap: on
line source
SRCS = sun.c \ audio.c \ convert.c \ mixer.c \ configure.c \ about.c PLUGIN = sun$(PLUGIN_SUFFIX) plugindir = audacious/$(OUTPUT_PLUGIN_DIR) include ../../buildsys.mk include ../../extra.mk CFLAGS += $(PLUGIN_CFLAGS) CPPFLAGS += $(PLUGIN_CPPFLAGS) $(MOWGLI_CFLAGS) $(DBUS_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../intl -I../.. LIBS += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS)
