cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: renaming curl_SOURCES to CURL_ALLFILES

From: Guenter <lists_at_gknw.net>
Date: Mon, 02 Aug 2010 10:28:04 +0200

Am 02.08.2010 09:22, schrieb Daniel Stenberg:
> Automake magic is the reason.
>
> The executable in src/ is named 'curl' so the variable in
> src/Makefile.am that lists/defines all its sources must be named
> "curl_SOURCES" just as the variable in lib/Makefile.am needs to be named
> libcurl_la_SOURCES.
>
> This said, you can name it whatever you like in Makefile.inc, and then
> do the automake-specific name within the .am file, just like the
> lib/Makefile.am file does.
hmmm ...
so you mean I can just move the line 'curl_SOURCES = ...' from
Makefile.inc into Makefile.am?
But I see that CMakeLists.txt makes use of it ...

Gün.

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-08-02