Browse Source

Dan F's initial pkg-config file (not installed yet)

darwin-pinnedpubkey
Daniel Stenberg 19 years ago
parent
commit
3ca4509ae9
  1. 10
      libcurl.pc.in

10
libcurl.pc.in

@ -0,0 +1,10 @@ @@ -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…
Cancel
Save