diff options
-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 |