summaryrefslogtreecommitdiff
path: root/location-appman.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'location-appman.pc.in')
-rw-r--r--location-appman.pc.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/location-appman.pc.in b/location-appman.pc.in
new file mode 100644
index 0000000..3c4555a
--- /dev/null
+++ b/location-appman.pc.in
@@ -0,0 +1,15 @@
+
+# Package Information for pkg-config
+
+prefix=@PREFIX@
+exec_prefix=/usr
+libdir=/usr/lib
+includedir=/usr/include/location-appman
+
+Name: @PC_NAME@
+Description: @PACKAGE_DESCRIPTION@
+Version: @VERSION@
+Requires: @PC_REQUIRED@
+Libs: -L${libdir} -llocation-appman
+Cflags: -I${includedir}
+