Git init
[external/curl.git] / include / curl / Makefile.am
1 pkginclude_HEADERS = \
2         curl.h curlver.h easy.h mprintf.h stdcheaders.h types.h multi.h \
3         typecheck-gcc.h curlbuild.h curlrules.h
4
5 pkgincludedir= $(includedir)/curl
6
7 # curlbuild.h does not exist in the git tree. When the original libcurl
8 # source code distribution archive file is created, curlbuild.h.dist is
9 # renamed to curlbuild.h and included in the tarball so that it can be
10 # used directly on non-configure systems.
11 #
12 # The distributed curlbuild.h will be overwritten on configure systems
13 # when the configure script runs, with one that is suitable and specific
14 # to the library being configured and built.
15 #
16 # curlbuild.h.in is the distributed template file from which the configure
17 # script creates curlbuild.h at library configuration time, overwiting the
18 # one included in the distribution archive.
19 #
20 # curlbuild.h.dist is not included in the source code distribution archive.
21
22 EXTRA_DIST = curlbuild.h.in
23
24 DISTCLEANFILES = curlbuild.h
25