added to enable include file install

This commit is contained in:
Daniel Stenberg 2000-07-31 22:40:52 +00:00
parent 4c32b6c201
commit 0a57b8cd60
2 changed files with 12 additions and 0 deletions

5
include/Makefile.am Normal file
View File

@ -0,0 +1,5 @@
SUBDIRS = curl
EXTRA_DIST = README
AUTOMAKE_OPTIONS = foreign no-dependencies

7
include/curl/Makefile.am Normal file
View File

@ -0,0 +1,7 @@
pkginclude_HEADERS = \
curl.h \
easy.h \
mprintf.h \
stdcheaders.h \
types.h
pkgincludedir= $(includedir)/curl