Some differences for the new -1.0 name are required, I believe.
Thanks for your good work.
Regards,
Chris.
diff --git a/.gitignore b/.gitignore
index 22744d3..191d83d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,7 +24,7 @@ install-sh
libtool
ltmain.sh
missing
-osmgpsmap.pc
+osmgpsmap-1.0.pc
python/autom4te.cache/
python/build/
python/configure
diff --git a/Makefile.am b/Makefile.am
index 44139e5..fafc4bb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = osmgpsmap-1.0.pc
EXTRA_DIST = $(openstreetmap_gps_mapdoc_DATA) \
-
osmgpsmap.pc.in \
+
osmgpsmap-1.0.pc.in \
gtk-doc.make \
m4/introspection.m4 \
m4/gtk-doc.m4
diff --git a/
osmgpsmap-1.0.pc.in b/
osmgpsmap-1.0.pc.inindex dcaa9d2..86efb3c 100644
--- a/
osmgpsmap-1.0.pc.in+++ b/
osmgpsmap-1.0.pc.in@@ -7,5 +7,5 @@ Name: @PACKAGE_NAME@
Description: Moving map widget using openstreet map data
Version: @PACKAGE_VERSION@
Requires: gtk+-3.0 libsoup-2.4
-Libs: -L${libdir} -losmgpsmap
-Cflags: -I${includedir}/osmgpsmap
+Libs: -L${libdir} -losmgpsmap-1.0
+Cflags: -I${includedir}/osmgpsmap-1.0