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 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7c4883a..abf8666 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = lib cut-n-paste backend po help data +SUBDIRS = lib cut-n-paste po help data # Backends @@ -16,9 +16,15 @@ if ENABLE_DVI SUBDIRS += dvi endif +SUBDIRS += backend + +# Properties (library and application) + +SUBDIRS += properties + # Applications -SUBDIRS += shell thumbnailer properties +SUBDIRS += shell thumbnailer intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in -- cgit v0.9.1