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:
> 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 just
> builds without installing?
> 
> On Wed, 2003-10-15 at 03:33, Stephen L. Ulmer wrote:
> > 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 communication between the conduit and
> > > the palm plugin.
> > >
> > > Here is my problem: the dbus packages are pretty much useless since
> > > the dbus API changes way to often. thats why i include a copy of
> > > dbus in my code (which also has the advantage that the dbus daemon
> > > does not need to run) and link my application with it. here is what
> > > the directory structure looks like:
> > >
> > > palm_sync (configure.in Makefile.am)
> > > palm_sync/src (Makefile.am)
> > > palm_sync/dbus (configure.in Makefile.am)
> > > palm_sync/dbus/dbus (Makefile.am)
> > > palm_sync/dbus/glib (Makefile.am)
> > >
> > > what i want it to do is that i only have to ./configure in palm_sync
> > > and make in palm_sync. then the autotools should configure and make
> > > the dbus libraries and after that the palm plugin.
> > >
> > > How can that be done?
> > >
> > > i tried adding the dbus dirs to the AC_OUTPUT macro. but then the
> > > second configure.in in the top dbus dir gets ignored which will
> > > result in corrupt Makefiles.
> > >
> > > Any hints?
> > >
> > > btw: it works if i built it manually like this:
> > >
> > > cd dbus
> > > ./configure
> > > make
> > > cd ..
> > > ./configure
> > > make install
> > >
> > > Armin
> > 
> > AC_CONFIG_SUBDIRS (DIR ...)
> > 
> > It has other side effects, so you should probably read the fine
> > manual.
> > 
> > BTW: Thank you for the Palm plug-in.
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> SourceForge.net hosts over 70,000 Open Source Projects.
> See the people who have HELPED US provide better services:
> Click here: http://sourceforge.net/supporters.php
> _______________________________________________
> Multisync-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/multisync-devel
-- 
Bo Lincoln <[EMAIL PROTECTED]>


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Multisync-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/multisync-devel

Reply via email to