diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2003-03-02 02:04:54 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-03-02 02:04:54 +0800 |
commit | fb1ea323951bb171ef71601a53932089f36e90fd (patch) | |
tree | ff2a8b5b01d702a28e6b4015ffb08d42489298fe /calendar/Makefile.am | |
parent | 58be26a2498b99b7018dd9880e75addbc62a74f3 (diff) | |
download | gsoc2013-evolution-fb1ea323951bb171ef71601a53932089f36e90fd.tar.gz gsoc2013-evolution-fb1ea323951bb171ef71601a53932089f36e90fd.tar.zst gsoc2013-evolution-fb1ea323951bb171ef71601a53932089f36e90fd.zip |
Do importers after the other dirs, as it relies on generated files from
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.
svn path=/trunk/; revision=20116
Diffstat (limited to 'calendar/Makefile.am')
-rw-r--r-- | calendar/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |