diff options
Diffstat (limited to 'maps-plugin-mapquest.pc.in')
-rw-r--r-- | maps-plugin-mapquest.pc.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/maps-plugin-mapquest.pc.in b/maps-plugin-mapquest.pc.in new file mode 100644 index 0000000..599cd78 --- /dev/null +++ b/maps-plugin-mapquest.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} + |