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: RFC: Building a Shared Library


>>> "Harlan" == Harlan Stenn <Harlan.Stenn@pfcs.com> 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




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