Mercurial > audlegacy-plugins
view src/gnomeshortcuts/Makefile @ 2344:fd8271f07747
replaced 6db hard limit with experimental adaptive scaler clip prevention.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Sun, 03 Feb 2008 00:05:32 +0900 |
parents | ae36702ffcf9 |
children | c42fa8f89616 |
line wrap: on
line source
PLUGIN = gnomeshortcuts${PLUGIN_SUFFIX} SRCS = gnomeshortcuts.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${MOWGLI_CFLAGS} ${GLIB_CFLAGS} ${DBUS_CFLAGS} -I../../intl -I../.. -I.. LIBS += ${GLIB_LIBS} ${DBUS_LIBS} ${GTK_LIBS}