Commit 3ca4509a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent d5319262
Loading
Loading
Loading
Loading

libcurl.pc.in

0 → 100644
+10 −0
Original line number Diff line number Diff line
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}