Mercurial > audlegacy-plugins
view src/song_change/Makefile @ 2568:92f6d0503c04
- Print the EOF status in _feof()
author | Ralf Ertzinger <ralf@skytale.net> |
---|---|
date | Fri, 16 May 2008 14:43:59 +0200 |
parents | c42fa8f89616 |
children |
line wrap: on
line source
PLUGIN = song_change${PLUGIN_SUFFIX} SRCS = formatter.c song_change.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${BEEP_DEFINES} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS}