aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c7db268..1f6ec61 100644
--- a/configure.ac
+++ b/configure.ac
@@ -152,8 +152,9 @@ 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 contrib/caldav/Makefile)
+AC_OUTPUT(Makefile doc/Makefile src/Makefile test/Makefile \
+ scripts/Makefile po/Makefile.in po/Makefile \
+ contrib/caldav/Makefile contrib/vdir/Makefile)
#-------------------------------------------------------------------------------
# Summary
#-------------------------------------------------------------------------------