From 02383ed04e6a5c215d6d3d4b961bc73b58a23b37 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 06 Jul 2005 23:05:39 +0000 Subject: This should solve the circular dep without requiring dir reorg! 2005-07-07 Marco Pesenti Gritti * Makefile.am: * backend/Makefile.am: * properties/Makefile.am: * shell/Makefile.am: * thumbnailer/Makefile.am: This should solve the circular dep without requiring dir reorg! * shell/ev-window.c: (setup_view_from_metadata): Never restore window size/position when the window is already visible. --- (limited to 'thumbnailer') diff --git a/thumbnailer/Makefile.am b/thumbnailer/Makefile.am index a2f7909..6b57a2c 100644 --- a/thumbnailer/Makefile.am +++ b/thumbnailer/Makefile.am @@ -22,7 +22,7 @@ evince_thumbnailer_LDADD= \ $(THUMBNAILER_LIBS) \ $(LIBTIFF) \ $(top_builddir)/lib/libev.la \ - $(top_builddir)/shell/libevbackendfactory.la \ + $(top_builddir)/backend/libevbackend.la \ -ltiff -lz \ $(NULL) -- cgit v0.9.1