diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2000-03-01 Federico Mena Quintero <federico@helixcode.com> + + * configure.in (AC_OUTPUT): Added calendar/idl/Makefile, + calendar/cal-client/Makefile, and calendar/pcs/Makefile to the + list of files to generate. + 2000-02-29 Iain Holmes <ih@csd.abdn.ac.uk> * widgets/e-text/e-text.c: Don't show the tooltip if the text is being diff --git a/configure.in b/configure.in index 11aca764cb..77d10672eb 100644 --- a/configure.in +++ b/configure.in @@ -255,4 +255,7 @@ libibex/Makefile calendar/Makefile calendar/doc/Makefile calendar/doc/C/Makefile +calendar/idl/Makefile +calendar/cal-client/Makefile +calendar/pcs/Makefile ]) |