mirror of
https://github.com/curl/curl.git
synced 2026-04-16 01:25:14 +08:00
works in C mode atm (http://curl.haxx.se/mail/lib-2008-02/0267.html , http://curl.haxx.se/mail/lib-2008-02/0292.html )
7 lines
161 B
Makefile
7 lines
161 B
Makefile
pkginclude_HEADERS = \
|
|
curl.h curlver.h easy.h mprintf.h stdcheaders.h types.h multi.h \
|
|
typecheck-gcc.h
|
|
pkgincludedir= $(includedir)/curl
|
|
|
|
CLEANFILES = *dist
|