forked from Mirrors/freeswitch
5626cdd351
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3744 d0543943-73ff-0310-b7d9-9358b9ac24b2
11 lines
242 B
PkgConfig
11 lines
242 B
PkgConfig
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}
|