From fb1ea323951bb171ef71601a53932089f36e90fd Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Sat, 1 Mar 2003 18:04:54 +0000 Subject: Do importers after the other dirs, as it relies on generated files from 2003-03-01 Hans Petter Jansson * Makefile.am: Do importers after the other dirs, as it relies on generated files from there. This is still not optimal... Should probably introduce dependencies. svn path=/trunk/; revision=20116 --- calendar/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/Makefile.am') diff --git a/calendar/Makefile.am b/calendar/Makefile.am index 8ee73dc1e5..89cea775bd 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -4,6 +4,6 @@ else CONDUIT_DIR = endif -SUBDIRS = importers idl cal-util pcs cal-client gui $(CONDUIT_DIR) +SUBDIRS = idl cal-util pcs cal-client gui importers $(CONDUIT_DIR) EXTRA_DIST = zones.h -- cgit v1.2.3