automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Dale E Martin
Subject: Re: automake for plugins (no PROGRAMS, no LIBRARIES)
Date: Fri, 16 Apr 2004 11:02:17 -0400
User-agent: Mutt/1.5.4i

> 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
address@hidden
http://www.cliftonlabs.com
pgp key available




reply via email to

[Prev in Thread] Current Thread [Next in Thread]