From 2ef5c0392f09ea5d6ca02ed5a1d4ff43fdec87a7 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Thu, 16 Oct 2008 16:19:08 -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 6764ea9..dd8cf1c 100644 --- a/demos/Makefile.am +++ b/demos/Makefile.am @@ -5,4 +5,4 @@ AM_CPPFLAGS = $(DEPS_CFLAGS) AM_LDFLAGS = $(DEPS_LIBS) launcher_SOURCES = launcher.c -launcher_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-1.0.la +launcher_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-0.2.la -- 2.39.5