This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: automake for plugins (no PROGRAMS, no LIBRARIES)


> Use libtool with -module.

Specifically, in your Makefile.am, do something like:
dummy_la_LDFLAGS=-module

But what about this problem:
http://mail.gnu.org/archive/html/automake/2004-02/msg00179.html

My problem here is that if I do:
dummy_la_LDFLAGS=-module

dummy_la_LIBADD = $(top_builddir)/superdummy.la

Then I get errors...

Thanks,
	Dale
-- 
Dale E. Martin, Clifton Labs, Inc.
Senior Computer Engineer
dmartin@cliftonlabs.com
http://www.cliftonlabs.com
pgp key available



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]