From: Pierre-Luc Beaudoin Date: Thu, 16 Oct 2008 20:19:08 +0000 (-0400) Subject: Fix dependancy on -1.0.la X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ef5c0392f09ea5d6ca02ed5a1d4ff43fdec87a7;p=libchamplain Fix dependancy on -1.0.la --- 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