annotate src/bluetooth/Makefile @ 2800:ea4e97a98914
a fix for automatic plugin _CFGIDs to be generated
| author |
Andrew O. Shadoura <bugzilla@tut.by> |
| date |
Sat, 12 Jul 2008 02:40:00 +0300 |
| parents |
229647ca4942 |
| children |
22a2ffe86750 |
| rev |
line source |
|
2644
|
1 PLUGIN = bluetooth${PLUGIN_SUFFIX}
|
|
|
2
|
|
2728
|
3 SRCS = bluetooth.c gui.c marshal.c scan_gui.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}
|