Re: [Multisync-devel] DBus Woes...

2003-10-15 Thread Bo Lincoln
I don't know if it is the right way, but in for example the statically linked libversit we use noinst_LTLIBRARIES = libversit.la in its Makefile.am It seems OK with the manual: http://www.gnu.org/manual/automake-1.7.2/html_mono/automake.html /Bo On Wed, 2003-10-15 at 13:14, Armin Bauer wrote:

Re: [Multisync-devel] DBus Woes...

2003-10-15 Thread Armin Bauer
thanks, AC_CONFIG_SUBDIRS was what i was looking for. But another question about the make part: i added a SUBDIRS to the Makefile.am so that the dbus stuff gets build before the plugin. But i dont want it to get installed. is there a possibilty that the dbus Makefile ignores the make install and j

Re: [Multisync-devel] DBus Woes...

2003-10-14 Thread Stephen L. Ulmer
On 14 Oct 2003, Armin Bauer told this: > hi. > > i wrote a conduit for gnome-pilot so that you dont have to kill > gpilotd before using multisync with the palm plugin and so you dont > have to press "Sync" when you pressing the hotsync button should be > enough. im using the dbus for communicatio

[Multisync-devel] DBus Woes...

2003-10-14 Thread Armin Bauer
hi. i wrote a conduit for gnome-pilot so that you dont have to kill gpilotd before using multisync with the palm plugin and so you dont have to press "Sync" when you pressing the hotsync button should be enough. im using the dbus for communication between the conduit and the palm plugin. Here is