Mercurial > audlegacy-plugins
diff src/bluetooth/Makefile @ 2644:6fd8ca4b7b17
add bluetooth plugin
| author | Paula Stanciu <paula.stanciu@gmail.com> |
|---|---|
| date | Sat, 17 May 2008 21:22:49 +0300 |
| parents | |
| children | 7fbff3287a56 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/bluetooth/Makefile Sat May 17 21:22:49 2008 +0300 @@ -0,0 +1,11 @@ +PLUGIN = bluetooth${PLUGIN_SUFFIX} + +SRCS = bluetooth.c gui.c +include ../../buildsys.mk +include ../../extra.mk + +plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR} + +CFLAGS += ${PLUGIN_CFLAGS} +CPPFLAGS += ${PLUGIN_CPPFLAGS} ${BEEP_DEFINES} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. ${BLUEZ_CFLAGS} +LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${BLUEZ_LIBS}
