]> err.no Git - libchamplain/commitdiff
Fix libchamplain-gtk not linking against libchamplain
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 15 Jun 2009 13:23:06 +0000 (09:23 -0400)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 15 Jun 2009 13:23:06 +0000 (09:23 -0400)
champlain-gtk/Makefile.am

index b09a724f0773264c0db8726cbb4f19cccdf477f7..8a4801c8003a0502a5159c7471a8d91d59a871f3 100644 (file)
@@ -17,7 +17,8 @@ libchamplain_gtk_0_3_la_SOURCES = \
 
 noinst_HEADERS = gtk-champlain-embed.h
 
-libchamplain_gtk_0_3_la_LIBADD = $(GTK_DEPS_LIBS)
+libchamplain_gtk_0_3_la_LIBADD = $(GTK_DEPS_LIBS)      \
+       $(top_builddir)/champlain/libchamplain-0.3.la
 
 champlain-gtk-marshal.h: $(CHAMPLAIN_GTK_MARSHAL_LIST)
        @GLIB_GENMARSHAL@ --header --prefix=champlain_gtk_marshal $< > $(CHAMPLAIN_GTK_MARSHAL).h