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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | calendar/Makefile.am | 13 |
1 files changed, 7 insertions, 6 deletions
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 |