summaryrefslogtreecommitdiff
path: root/maps-plugin-here.pc.in
diff options
context:
space:
mode:
authorjk7744.park <jk7744.park@samsung.com>2015-10-24 16:45:43 +0900
committerjk7744.park <jk7744.park@samsung.com>2015-10-24 16:45:43 +0900
commit30aa89fe44757936f60148344791cecbc8e745f4 (patch)
treee28b9feead1d7b37a5923091c5917f0bee05eb6e /maps-plugin-here.pc.in
parentd790947a802824c442a22083376dc40a5c786f05 (diff)
downloadmaps-plugin-here-30aa89fe44757936f60148344791cecbc8e745f4.tar.gz
maps-plugin-here-30aa89fe44757936f60148344791cecbc8e745f4.tar.bz2
maps-plugin-here-30aa89fe44757936f60148344791cecbc8e745f4.zip
Diffstat (limited to 'maps-plugin-here.pc.in')
-rwxr-xr-xmaps-plugin-here.pc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/maps-plugin-here.pc.in b/maps-plugin-here.pc.in
new file mode 100755
index 0000000..599cd78
--- /dev/null
+++ b/maps-plugin-here.pc.in
@@ -0,0 +1,14 @@
+#Package Information for pkg-config
+
+prefix=@PREFIX@
+exec_prefix=/usr
+libdir=/usr/lib
+includedir=@PC_INCLUDE@
+
+Name: @PC_NAME@
+Description: @PC_DESCRIPTION@
+Version: @VERSION@
+Requires: @PC_REQUIRED@
+Libs: -L${libdir} @PC_LDFLAGS@
+Cflags: -I${includedir}
+