mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
Dan F's initial pkg-config file (not installed yet)
This commit is contained in:
parent
d531926246
commit
3ca4509ae9
10
libcurl.pc.in
Normal file
10
libcurl.pc.in
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
libdir=@libdir@
|
||||||
|
includedir=@includedir@
|
||||||
|
|
||||||
|
Name: libcurl
|
||||||
|
Description: Library to transfer files with ftp, http, etc.
|
||||||
|
Version: @VERSION@
|
||||||
|
Libs: -L${libdir} -lcurl @LDFLAGS@ @LIBS@
|
||||||
|
Cflags: -I${includedir}
|
Loading…
Reference in New Issue
Block a user