[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: automake for plugins (no PROGRAMS, no LIBRARIES)
From: |
Stephane Bortzmeyer |
Subject: |
Re: automake for plugins (no PROGRAMS, no LIBRARIES) |
Date: |
Sun, 13 Jun 2004 23:31:15 +0200 |
User-agent: |
Mutt/1.5.5.1+cvs20040105i |
On Fri, Apr 02, 2004 at 12:04:18PM +0200,
Andreas Schwab <address@hidden> wrote
a message of 18 lines which said:
> Use libtool with -module.
That's what I eventually did. The actual configuration in Makefile.am
is:
pkglib_LTLIBRARIES = whois.la
whois_la_SOURCES = whois.c
whois_la_LDFLAGS = -module
And the main program:
bin_PROGRAMS = echoping
man_MANS = echoping.1
echoping_SOURCES = echoping.c error.c readline.c writen.c util.c http.c icp.c
HTParse.c echoping.h icp.h HTParse.h smtp.c
echoping_LDADD =
echoping_LDFLAGS = -export-dynamic
Thanks.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: automake for plugins (no PROGRAMS, no LIBRARIES),
Stephane Bortzmeyer <=