diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e32b027..b1480ec 100644 --- a/configure.ac +++ b/configure.ac @@ -143,7 +143,7 @@ AM_CONDITIONAL(CALCURSE_MEMORY_DEBUG, test x$memdebug = xyes) # Create Makefiles #------------------------------------------------------------------------------- AC_OUTPUT(Makefile doc/Makefile src/Makefile test/Makefile scripts/Makefile \ - po/Makefile.in po/Makefile) + po/Makefile.in po/Makefile contrib/caldav/Makefile) #------------------------------------------------------------------------------- # Summary #------------------------------------------------------------------------------- |