Mercurial > audlegacy-plugins
annotate src/bluetooth/Makefile @ 2646:7fbff3287a56
added device discovery in the plugin's prefs window
| author | Paula Stanciu <paula.stanciu@gmail.com> |
|---|---|
| date | Sun, 25 May 2008 21:29:07 +0300 |
| parents | 6fd8ca4b7b17 |
| children | 229647ca4942 |
| rev | line source |
|---|---|
| 2644 | 1 PLUGIN = bluetooth${PLUGIN_SUFFIX} |
| 2 | |
|
2646
7fbff3287a56
added device discovery in the plugin's prefs window
Paula Stanciu <paula.stanciu@gmail.com>
parents:
2644
diff
changeset
|
3 SRCS = bluetooth.c gui.c marshal.c |
| 2644 | 4 include ../../buildsys.mk |
| 5 include ../../extra.mk | |
| 6 | |
| 7 plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR} | |
| 8 | |
| 9 CFLAGS += ${PLUGIN_CFLAGS} | |
| 10 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${BEEP_DEFINES} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. ${BLUEZ_CFLAGS} | |
| 11 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${BLUEZ_LIBS} |
