From a3b0c8eed288dacf4c76c6c90c42a99139b1ca01 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 9 Feb 2016 22:13:16 +0100 Subject: Install calcurse-caldav by default Add a new Makefile to build and install calcurse-caldav and include it in the top-level build process. Signed-off-by: Lukas Fleischer --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 #------------------------------------------------------------------------------- -- cgit v1.2.3-54-g00ecf