summaryrefslogtreecommitdiff
path: root/src/gnome-bluetooth/gnome-bluetooth.am
blob: a58f35bc37b90dc06aff692ed0750b41612bb58c (plain)
1
2
3
4
5
6
7
8
9
10
11
src_gnome_bluetoothdir = $(GNOMEBLUETOOTH_DIR)/plugins/

src_gnome_bluetooth_LTLIBRARIES = src/gnome-bluetooth/libgbtsyncevolution.la

src_gnome_bluetooth_libgbtsyncevolution_la_SOURCES = src/gnome-bluetooth/syncevolution.c
src_gnome_bluetooth_libgbtsyncevolution_la_LDFLAGS = -module -avoid-version
src_gnome_bluetooth_libgbtsyncevolution_la_LIBADD = $(GUI_LIBS) $(DBUS_GLIB_LIBS)
src_gnome_bluetooth_libgbtsyncevolution_la_CPPFLAGS = \
  $(GNOMEBLUETOOTH_CFLAGS) \
  -DLOCALEDIR=\"$(SYNCEVOLUTION_LOCALEDIR)\"
src_gnome_bluetooth_libgbtsyncevolution_la_CFLAGS = $(SYNCEVO_WFLAGS) $(GUI_CFLAGS) $(DBUS_GLIB_CFLAGS)