summaryrefslogtreecommitdiff
path: root/include/curl/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-22 08:37:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-22 08:37:38 +0000
commitc5f02c19862f9fa1ca5b0cb271b9a9be88abdf80 (patch)
tree46367382718d594cc9f72e55f589508e81dfedf3 /include/curl/Makefile.am
parent7ef5d20cadc1c56492eca39b0d4ff0cece1e4be5 (diff)
downloadcurl-c5f02c19862f9fa1ca5b0cb271b9a9be88abdf80.tar.gz
Introducing curl/curlver.h for keeping the curl version info only.
Diffstat (limited to 'include/curl/Makefile.am')
-rw-r--r--include/curl/Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/curl/Makefile.am b/include/curl/Makefile.am
index c45332b0d..71a60916c 100644
--- a/include/curl/Makefile.am
+++ b/include/curl/Makefile.am
@@ -1,8 +1,3 @@
pkginclude_HEADERS = \
- curl.h \
- easy.h \
- mprintf.h \
- stdcheaders.h \
- types.h \
- multi.h
+ curl.h curlver.h easy.h mprintf.h stdcheaders.h types.h multi.h
pkgincludedir= $(includedir)/curl