]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
added to enable include file install
authorDaniel Stenberg <daniel@haxx.se>
Mon, 31 Jul 2000 22:40:52 +0000 (22:40 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 31 Jul 2000 22:40:52 +0000 (22:40 +0000)
include/Makefile.am [new file with mode: 0644]
include/curl/Makefile.am [new file with mode: 0644]

diff --git a/include/Makefile.am b/include/Makefile.am
new file mode 100644 (file)
index 0000000..3b24860
--- /dev/null
@@ -0,0 +1,5 @@
+SUBDIRS = curl
+
+EXTRA_DIST = README
+
+AUTOMAKE_OPTIONS = foreign no-dependencies
diff --git a/include/curl/Makefile.am b/include/curl/Makefile.am
new file mode 100644 (file)
index 0000000..34dfb75
--- /dev/null
@@ -0,0 +1,7 @@
+pkginclude_HEADERS = \
+       curl.h \
+       easy.h \
+       mprintf.h \
+       stdcheaders.h \
+       types.h
+pkgincludedir= $(includedir)/curl