Mercurial > audlegacy-plugins
view src/lirc/Makefile @ 2309:8d4db9a04cd2
Prevent g_source_remove() from being called multiple times. (Bugzilla #115)
| author | Andrew O. Shadoura <bugzilla@tut.by> |
|---|---|
| date | Sun, 13 Jan 2008 14:36:26 -0600 |
| parents | 5e54ffc4f46f |
| children | c42fa8f89616 |
line wrap: on
line source
PLUGIN = lirc${PLUGIN_SUFFIX} SRCS = about.c \ lirc.c \ lirc_cfg.c \ callbacks.c \ interface.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${MOWGLI_CFLAGS} ${PANGO_CFLAGS} ${DBUS_CFLAGS} -I../../intl -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} -llirc_client
