diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-15 01:34:56 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-15 01:34:56 +0800 |
commit | 77dda08302286ea964279f80931aa3999a89cc9b (patch) | |
tree | 88a71d807e583407c99110d1e36bc266237afe39 /calendar | |
parent | d04f81295a3fb96a65279f5bd4a65602f8497ab0 (diff) | |
download | gsoc2013-evolution-77dda08302286ea964279f80931aa3999a89cc9b.tar.gz gsoc2013-evolution-77dda08302286ea964279f80931aa3999a89cc9b.tar.zst gsoc2013-evolution-77dda08302286ea964279f80931aa3999a89cc9b.zip |
Comment out the CONDUIT_DIR stuff for now.
svn path=/trunk/; revision=19446
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 4 | ||||
-rw-r--r-- | calendar/Makefile.am | 13 |
2 files changed, 11 insertions, 6 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 898a9eca5b..d6327408cc 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +2003-01-14 Ettore Perazzoli <ettore@ximian.com> + + * Makefile.am: Comment out the CONDUIT_DIR stuff for now. + 2003-01-14 Rodney Dawes <dobey@ximian.com> * gui/gnome-cal.c: Use GtkPaned instead of EPaned diff --git a/calendar/Makefile.am b/calendar/Makefile.am index 0e4c8d28eb..1d7e5941db 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -1,9 +1,10 @@ -if ENABLE_PILOT_CONDUITS -CONDUIT_DIR = conduits -else -CONDUIT_DIR = -endif +# if ENABLE_PILOT_CONDUITS +# CONDUIT_DIR = conduits +# else +# CONDUIT_DIR = +# endif -SUBDIRS = idl cal-util pcs cal-client gui $(CONDUIT_DIR) +# SUBDIRS = idl cal-util pcs cal-client gui $(CONDUIT_DIR) +SUBDIRS = idl cal-util pcs cal-client gui EXTRA_DIST = zones.h |