diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4ba2c9f3ea..c275f16948 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2003-03-01 Hans Petter Jansson <hpj@ximian.com> + + * 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. + 2003-02-28 Hans Petter Jansson <hpj@ximian.com> * importers/Makefile.am: Shlibify. 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 |