[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fw: 2nd possibly silly question: XTRA_foo_SOURCES
From: |
edward |
Subject: |
Re: Fw: 2nd possibly silly question: XTRA_foo_SOURCES |
Date: |
Sat, 31 Mar 2001 11:44:30 -0500 |
Robert,
Try re-arranging your configure.ac/Makefile.am to use @LIBOBJS@ (in LDADD or
LIBADD).
Cheers,
edward
----- Original Message -----
From: "Robert Collins" <address@hidden>
To: "Lars J. Aas" <address@hidden>; <address@hidden>
Sent: Saturday, March 31, 2001 9:19 AM
Subject: Re: Fw: 2nd possibly silly question: XTRA_foo_SOURCES
> ----- Original Message -----
> From: "Lars J. Aas" <address@hidden>
> To: "Robert Collins" <address@hidden>
> Sent: Saturday, March 31, 2001 11:10 PM
> Subject: Re: Fw: 2nd possibly silly question: XTRA_foo_SOURCES
>
>
> > On Sat, Mar 31, 2001 at 09:20:14PM +1000, Robert Collins wrote:
> > : I assume this got overlooked? Or maybe I missed any reply...
> >
> > Have you tried using $(DNS_SOURCE) instead of @address@hidden Also try
> to
> > rename the variable - Automake seems to think that a lot of variables
> > with underscores in their names are Automake-business.
> >
> > Lars J
> >
>
> I hadn't tried those - thanks.
>
> I tried DNSSOURCE instead of DNS_SOURCE, and that still spat the error.
> I then added
> address@hidden@
> before the SOURCES lines,
> and replaced @DNSSOURCE@ with $(DNSSOURCE),
> but automake was smart enough to warn me
> src/Makefile.am:44: squid_SOURCES includes configure substitution
> address@hidden@'
>
> And yes, I did double check when I saw that!
>
> Rob
>
>