mirror of
https://github.com/moparisthebest/curl
synced 2024-11-14 05:25:06 -05:00
7a8a20416f
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
|