From ec137162fd657dddd3571a11e1d0a0308d28a79c Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Thu, 16 Oct 2008 16:19:56 -0400 Subject: [PATCH] Fix dependancy on -1.0.la --- demos/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/Makefile.am b/demos/Makefile.am index 54f34f3..e7dc398 100644 --- a/demos/Makefile.am +++ b/demos/Makefile.am @@ -3,4 +3,4 @@ noinst_PROGRAMS = launcher AM_CPPFLAGS = $(DEPS_CFLAGS) AM_LDFLAGS = $(DEPS_LIBS) launcher_SOURCES = launcher.c -launcher_LDADD = $(DEPS_LIBS) ../champlain-gtk/libchamplain-gtk-1.0.la +launcher_LDADD = $(DEPS_LIBS) ../champlain-gtk/libchamplain-gtk-0.2.la -- 2.39.5