diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-12-11 18:46:40 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-12-11 18:46:40 +0000 |
commit | 3ca4509ae958d972c71bb72c7e351164b7e45145 (patch) | |
tree | 23b8182e78ce34992915a048ca7e011638b41001 /libcurl.pc.in | |
parent | d531926246397af2f511f03847b43ff759e75fc3 (diff) | |
download | curl-3ca4509ae958d972c71bb72c7e351164b7e45145.tar.gz |
Dan F's initial pkg-config file (not installed yet)
Diffstat (limited to 'libcurl.pc.in')
-rw-r--r-- | libcurl.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libcurl.pc.in b/libcurl.pc.in new file mode 100644 index 000000000..c234170e5 --- /dev/null +++ b/libcurl.pc.in @@ -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} |