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
|