]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
renamed CURL_HEADERS, since it is a magic automake name we must not use
authorDaniel Stenberg <daniel@haxx.se>
Wed, 28 Jul 2004 18:40:18 +0000 (18:40 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 28 Jul 2004 18:40:18 +0000 (18:40 +0000)
src/Makefile.inc

index d6610f7d72e61893eda3e1d5dbdad38aadb2d4c3..cd2e4c892340b794c2274bfd099baeb2423a3edd 100644 (file)
@@ -7,10 +7,10 @@ CURLX_ONES =  $(top_srcdir)/lib/strtoofft.c $(top_srcdir)/lib/timeval.c
 CURL_SOURCES = main.c hugehelp.c urlglob.c writeout.c writeenv.c \
        getpass.c homedir.c
 
-CURL_HEADERS = hugehelp.h setup.h config-win32.h config-mac.h \
+CURL_HFILES = hugehelp.h setup.h config-win32.h config-mac.h \
        config-vms.h config-riscos.h urlglob.h version.h \
        writeout.h writeenv.h getpass.h homedir.h
 
-curl_SOURCES = $(CURL_SOURCES) $(CURLX_ONES) $(CURL_HEADERS)
+curl_SOURCES = $(CURL_SOURCES) $(CURLX_ONES) $(CURL_HFILES)