automake
[Top][All Lists]
Advanced

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

Re: problem with noinst_LIBRARIES ...


From: Ralf Corsepius
Subject: Re: problem with noinst_LIBRARIES ...
Date: Mon, 24 Sep 2007 16:49:11 +0200

On Mon, 2007-09-24 at 10:42 -0400, Roberto Alejandro Espí Muñoz wrote:
> Ok, sorry about that, I tried to simplify the example.  I really use
> much more directories
> 
> elements =    \
>      main.cpp
> 
> bin_PROGRAMS = programABC
> programABC_SOURCES =         \
>     $(elements)
> programABC_LDADD
> = ./directoryA/libdirA.a ./directoryB/libdirB.a ./directoryC/libdirC.a
> AM_CXXFLAGS = <compile flags for main >
> AM_LDFLAGS = <link flags for main >
> 
> SUBDIRS = ./directoryA ./directoryB ./directoryC
> 
> This is how it should go ...

Remove the "./"'s and it will probably work.

Ralf






reply via email to

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