[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RFC: Building a Shared Library
From: |
Alexandre Duret-Lutz |
Subject: |
Re: RFC: Building a Shared Library |
Date: |
Wed, 30 Jul 2003 18:40:41 +0200 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) |
>>> "Harlan" == Harlan Stenn <address@hidden> writes:
[...]
Harlan> and immediately wondered if one could say:
Harlan> lib_LTLIBRARIES = libhello.la
Harlan> libhello_la_SOURCES = hello-common.c
Harlan> if LINUX
Harlan> libhello_la_SOURCES+= hello-linux.c
Harlan> else
Harlan> libhello_la_SOURCES+= hello-generic.c
Harlan> endif
Yes, thanks. I'll use this instead.
Harlan> As I recall, there *used* to be a problem with this. I
Harlan> don't know if it has been fixed or not.
I think it was fixed in Automake 1.7.
--
Alexandre Duret-Lutz
- AC_LIBOBJ and C++, Norman Gray, 2003/07/22
- Re: RFC: Building a Shared Library, Ralf Corsepius, 2003/07/30
- Re: RFC: Building a Shared Library, Guido Draheim, 2003/07/30
- Re: RFC: Building a Shared Library, Alexandre Duret-Lutz, 2003/07/30
- Re: RFC: Building a Shared Library (take 2), Alexandre Duret-Lutz, 2003/07/30
- Re: RFC: Building a Shared Library (take 2), Norman Gray, 2003/07/30