Mercurial > audlegacy-plugins
annotate src/alarm/Makefile @ 1936:a55b1c903628
branch merge
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 01 Oct 2007 15:35:02 -0500 |
parents | eed7c270e8dd |
children | a56a26a5f233 |
rev | line source |
---|---|
1840 | 1 PLUGIN = alarm${PLUGIN_SUFFIX} |
1882 | 2 SRCS = alarm.c \ |
3 interface.c | |
121 | 4 |
1840 | 5 plugindir = audacious/${GENERAL_PLUGIN_DIR} |
121 | 6 |
1840 | 7 include ../../buildsys.mk |
8 include ../../extra.mk | |
121 | 9 |
1840 | 10 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${BEEP_DEFINES} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. |
11 CFLAGS += ${PLUGIN_CFLAGS} | |
1862
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1840
diff
changeset
|
12 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |