Dan F's initial pkg-config file (not installed yet)
authorDaniel Stenberg <daniel@haxx.se>
Sat, 11 Dec 2004 18:46:40 +0000 (18:46 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 11 Dec 2004 18:46:40 +0000 (18:46 +0000)
libcurl.pc.in [new file with mode: 0644]

diff --git a/libcurl.pc.in b/libcurl.pc.in
new file mode 100644 (file)
index 0000000..c234170
--- /dev/null
@@ -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}