automake
[Top][All Lists]
Advanced

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

What variable contains the library path?


From: Jim
Subject: What variable contains the library path?
Date: Wed, 31 Jan 2007 05:48:03 -0500
User-agent: Thunderbird 1.5.0.9 (X11/20070103)

From the automake document, I'd infer that the following would work, but it doesn't.

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?

Thanks,
Jim.





reply via email to

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