summaryrefslogtreecommitdiff
path: root/build/pkgconfig
diff options
context:
space:
mode:
authorAndres Mejia <amejia004@gmail.com>2011-08-13 14:52:38 -0400
committerAndres Mejia <amejia004@gmail.com>2011-08-13 14:52:38 -0400
commit0a913bafe14807e4cb039745b3a9f6e94388133f (patch)
tree987e7817409dba2ae8129e62773105fd388f78fa /build/pkgconfig
parentfdc3f4e42049e08c136a3a9df34498e5cb9d37fd (diff)
downloadlibarchive-0a913bafe14807e4cb039745b3a9f6e94388133f.tar.gz
Update pkgconfig file to return path to installed libarchive libs and headers.
Thanks to Jonathan Creekmore for this patch. SVN-Revision: 3599
Diffstat (limited to 'build/pkgconfig')
-rw-r--r--build/pkgconfig/libarchive.pc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/pkgconfig/libarchive.pc.in b/build/pkgconfig/libarchive.pc.in
index 5f1d6a63..95d71595 100644
--- a/build/pkgconfig/libarchive.pc.in
+++ b/build/pkgconfig/libarchive.pc.in
@@ -6,5 +6,6 @@ includedir=@includedir@
Name: libarchive
Description: library that can create and read several streaming archive formats
Version: @VERSION@
-Libs: -larchive
+Cflags: -I${includedir}
+Libs: -L${libdir} -larchive
Libs.private: @LIBS@