Mercurial > audlegacy-plugins
view src/lirc/Makefile @ 2152:8a5231ff9c4f
- Use a single lock for the ring buffer and the condition variable
| author | Ralf Ertzinger <ralf@skytale.net> |
|---|---|
| date | Sun, 04 Nov 2007 14:05:16 +0100 |
| parents | 03a2bb1c521e |
| children | 5e54ffc4f46f |
line wrap: on
line source
PLUGIN = lirc${PLUGIN_SUFFIX} SRCS = about.c \ lirc.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
