automake
[Top][All Lists]
Advanced

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

libfoo.la is already going to be installed in `lib'


From: Harlan Stenn
Subject: libfoo.la is already going to be installed in `lib'
Date: Tue, 20 Aug 2002 00:47:05 -0400
User-agent: EMH/1.10.0 SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd)

I hope I didn't ask about this one already.

I have a Makefile.am that uses conditionals:

 foo/Makefile.am:
 if COND1
  libfoo = libfoo.la
 endif

 if COND2
  libfoo = libfoo.la
 endif

 ...
 lib_LTLIBRARIES = $(libfoo)

and when I run automake-1.6.3 on it I get:

 automake: foo/Makefile.am: `libfoo.la' is already going to be installed in
 `lib'

twice.

So how do I get automake to shut up?

H




reply via email to

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