mirror of https://github.com/moparisthebest/curl
added to enable include file install
parent
4c32b6c201
commit
0a57b8cd60
@ -0,0 +1,5 @@
|
||||
SUBDIRS = curl
|
||||
|
||||
EXTRA_DIST = README
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign no-dependencies
|
@ -0,0 +1,7 @@
|
||||
pkginclude_HEADERS = \
|
||||
curl.h \
|
||||
easy.h \
|
||||
mprintf.h \
|
||||
stdcheaders.h \
|
||||
types.h
|
||||
pkgincludedir= $(includedir)/curl
|
Loading…
Reference in New Issue