Mercurial > audlegacy-plugins
view src/statusicon/Makefile @ 1957:0d2f57214b0c
Use C99 initializer.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Tue, 02 Oct 2007 03:53:19 +0300 |
parents | eed7c270e8dd |
children | a56a26a5f233 |
line wrap: on
line source
PLUGIN = statusicon${PLUGIN_SUFFIX} SRCS = gtktrayicon-x11.c \ si.c \ si_cfg.c \ si_ui.c plugindir = audacious/${GENERAL_PLUGIN_DIR} include ../../buildsys.mk include ../../extra.mk CPPFLAGS += ${PLUGIN_CPPFLAGS} ${BEEP_DEFINES} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. CFLAGS += ${PLUGIN_CFLAGS} LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}