diff options
author | Chris Toshok <toshok@ximian.com> | 2003-01-27 14:20:35 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-01-27 14:20:35 +0800 |
commit | 58f0adcb24e054edad45b9e8969d84648699857b (patch) | |
tree | 2b0f62074f0d884b7b0c43d2d46211eab45f4884 | |
parent | 35313309b875cc3316619583530134cd7d029731 (diff) | |
download | gsoc2013-evolution-58f0adcb24e054edad45b9e8969d84648699857b.tar gsoc2013-evolution-58f0adcb24e054edad45b9e8969d84648699857b.tar.gz gsoc2013-evolution-58f0adcb24e054edad45b9e8969d84648699857b.tar.bz2 gsoc2013-evolution-58f0adcb24e054edad45b9e8969d84648699857b.tar.lz gsoc2013-evolution-58f0adcb24e054edad45b9e8969d84648699857b.tar.xz gsoc2013-evolution-58f0adcb24e054edad45b9e8969d84648699857b.tar.zst gsoc2013-evolution-58f0adcb24e054edad45b9e8969d84648699857b.zip |
add in the conduit Makefile's.
2003-01-26 Chris Toshok <toshok@ximian.com>
* configure.in (AC_OUTPUT): add in the conduit Makefile's.
svn path=/trunk/; revision=19643
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2003-01-26 Chris Toshok <toshok@ximian.com> + * configure.in (AC_OUTPUT): add in the conduit Makefile's. + +2003-01-26 Chris Toshok <toshok@ximian.com> + * configure.in: only do the CONDUIT_CFLAGS/LIBS stuff if pilot conduits have been enabled. diff --git a/configure.in b/configure.in index 1b65c9fa16..bf55e912c0 100644 --- a/configure.in +++ b/configure.in @@ -1293,6 +1293,7 @@ addressbook/backend/Makefile addressbook/backend/ebook/Makefile addressbook/backend/pas/Makefile addressbook/backend/idl/Makefile +addressbook/conduit/Makefile addressbook/printing/Makefile art/Makefile camel/Makefile @@ -1358,6 +1359,9 @@ calendar/Makefile calendar/idl/Makefile calendar/cal-util/Makefile calendar/cal-client/Makefile +calendar/conduits/Makefile +calendar/conduits/todo/Makefile +calendar/conduits/calendar/Makefile calendar/pcs/Makefile calendar/gui/Makefile calendar/gui/alarm-notify/Makefile |