automake
[Top][All Lists]
Advanced

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

Re: several automake questions


From: Raja R Harinath
Subject: Re: several automake questions
Date: Fri, 12 Oct 2001 10:24:09 -0500
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.106

Hi,

Alexandre Duret-Lutz <address@hidden> writes:
>>>> "mcmahill" == mcmahill  <address@hidden> writes:
>  mcmahill> 1) How can I specify a different directory or
>  mcmahill> subdirectory for a program?  The application is a cgi
>  mcmahill> program which might, for example, end up in
>  mcmahill> /usr/local/libexec/cgi-bin.  The standard things like
>  mcmahill> bin_PROGRAMS or libexec_PROGRAMS just don't get me to
>  mcmahill> the right place.  I somehow need a cgibin_PROGRAMS...
> 
> cgibindir = $(libexecdir)/cgi-bin
> cgibin_PROGRAMS = mumble
> mumble_SOURCES = ...

That should be

  cgibinexecdir = $(libexecdir)/cgi-bin
  cgibinexec_PROGRAMS = mumble

so that things work as expected with 'make install-exec'.

- Hari
-- 
Raja R Harinath ------------------------------ address@hidden
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash



reply via email to

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