[libchamplain] Remove some leftover 0.4



commit 620bdd662ed449757d48ed3b7f31578d78f6210a
Author: Pierre-Luc Beaudoin <pierre-luc pierlux com>
Date:   Sat Oct 17 04:04:01 2009 -0400

    Remove some leftover 0.4

 demos/Makefile.am |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/demos/Makefile.am b/demos/Makefile.am
index 4abb6ea..a451c09 100644
--- a/demos/Makefile.am
+++ b/demos/Makefile.am
@@ -6,26 +6,26 @@ AM_CPPFLAGS = $(DEPS_CFLAGS) $(WARN_CFLAGS)
 AM_LDFLAGS = $(DEPS_LIBS)
 
 launcher_SOURCES = launcher.c markers.c
-launcher_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-0.4.la
+launcher_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-0.5.la
 
 animated_marker_SOURCES = animated-marker.c
-animated_marker_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-0.4.la
+animated_marker_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-0.5.la
 
 polygons_SOURCES = polygons.c
-polygons_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-0.4.la
+polygons_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-0.5.la
 
 url_marker_SOURCES = url-marker.c
-url_marker_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-0.4.la
+url_marker_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-0.5.la
 url_marker_CPPFLAGS = $(DEPS_CFLAGS) $(SOUP_CFLAGS)
-url_marker_LDADD = $(SOUP_DEPS_LIBS) $(DEPS_LIBS) ../champlain/libchamplain-0.4.la
+url_marker_LDADD = $(SOUP_DEPS_LIBS) $(DEPS_LIBS) ../champlain/libchamplain-0.5.la
 
 if ENABLE_GTK
 noinst_PROGRAMS += launcher-gtk
 launcher_gtk_SOURCES = launcher-gtk.c markers.c
 launcher_gtk_CPPFLAGS = $(GTK_DEPS_CFLAGS)
 launcher_gtk_LDADD = $(GTK_DEPS_LIBS) $(DEPS_LIBS) \
-		../champlain-gtk/libchamplain-gtk-0.4.la \
-		../champlain/libchamplain-0.4.la
+		../champlain-gtk/libchamplain-gtk-0.5.la \
+		../champlain/libchamplain-0.5.la
 endif
 
 EXTRA_DIST= markers.h



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]