Commit 0a57b8cd authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added to enable include file install

parent 4c32b6c2
Loading
Loading
Loading
Loading

include/Makefile.am

0 → 100644
+5 −0
Original line number Diff line number Diff line
SUBDIRS = curl

EXTRA_DIST = README

AUTOMAKE_OPTIONS = foreign no-dependencies
+7 −0
Original line number Diff line number Diff line
pkginclude_HEADERS = \
	curl.h \
	easy.h \
	mprintf.h \
	stdcheaders.h \
	types.h
pkgincludedir= $(includedir)/curl