mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
added to enable include file install
This commit is contained in:
parent
4c32b6c201
commit
0a57b8cd60
5
include/Makefile.am
Normal file
5
include/Makefile.am
Normal file
@ -0,0 +1,5 @@
|
||||
SUBDIRS = curl
|
||||
|
||||
EXTRA_DIST = README
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign no-dependencies
|
7
include/curl/Makefile.am
Normal file
7
include/curl/Makefile.am
Normal file
@ -0,0 +1,7 @@
|
||||
pkginclude_HEADERS = \
|
||||
curl.h \
|
||||
easy.h \
|
||||
mprintf.h \
|
||||
stdcheaders.h \
|
||||
types.h
|
||||
pkgincludedir= $(includedir)/curl
|
Loading…
Reference in New Issue
Block a user