Commit graph

4 commits

Author SHA1 Message Date
Gabriel Schulhof
b0820936a3 Removing empty file src/gnome-bluetooth/configure-sub.in 2011-05-16 12:51:00 +02:00
Patrick Ohly
a2b0235869 autotools: some more fixes
Changes done a while ago, checking in now...

"make install" with the plugin off still tried to create the plugin directory.
I went for excluding entering the sub directory, as in the original patch, in
particular because DIST_SUBDIRS had to be updated anyway. Apparently when it is
set, it is used by "make dist" instead of SUBDIRS. I thought "make dist" would
use a union of the two.

update-samples.pl was missing, broke "make distcheck".
2010-02-09 20:40:38 +01:00
Patrick Ohly
06d17572c5 autotools: build GNOME Bluetooth panel plugin (MB #7089)
The GNOME Bluetooth panel plugin needs to be installed into
the location used by the system. We guess what that location might be by
installing into `pkg-config --variable=libdir gnome-bluetooth-1.0`/plugins.

Because this location might not be writable, compiling the plugin is
off by default. It can be enabled with --enable-gnome-bluetooth-panel-plugin
which depends on the libgnome-bluetooth-dev files.

Shared libraries must be enabled when enabling the plugin. Not currently
checked by configure.
2010-02-04 16:33:29 +01:00
Chen Congwu
74d69f013f Bluetooth pairing integration (MB#7089)
SyncEvolution plugin for gnome-bluetooth which helps integration the
bluetooth pairing process with sync-ui.
2010-02-04 16:33:29 +01:00