automake
[Top][All Lists]
Advanced

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

Re: What variable contains the library path?


From: Ralf Corsepius
Subject: Re: What variable contains the library path?
Date: Wed, 31 Jan 2007 13:12:40 +0100

On Wed, 2007-01-31 at 05:48 -0500, Jim wrote:
>  From the automake document, I'd infer that the following would work, 
> but it doesn't.
You'd better read once more ;)

> cgi_libdir=$(libdir)/cgi-bin
> cgi_libdir_SCRIPTS = confdata/index.cgi
> 
> Makefile.am:18: `cgi_libdir_SCRIPTS' is used but `cgi_libdirdir' is 
> undefined
> make: *** [Makefile.in] Error 1
> 
> So how would I accomplish putting index.cgi into the cgi-bin directory?

cgi_libdir=$(libdir)/cgi-bin
cgi_lib_SCRIPTS = confdata/index.cgi

should do what you are looking for.

Ralf






reply via email to

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