Mercurial > audlegacy-plugins
view src/stereo_plugin/Makefile @ 3195:16d4308fb36e
alsa-ng: Set type hint on prefs window, and don't use deprecated GTK funcs.
author | John Lindgren <john.lindgren@tds.net> |
---|---|
date | Thu, 09 Jul 2009 11:03:32 -0400 |
parents | c42fa8f89616 |
children |
line wrap: on
line source
PLUGIN = stereo${PLUGIN_SUFFIX} SRCS = stereo.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${EFFECT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS}