diff options
author | Lukas Fleischer <lfleischer@calcurse.org> | 2016-02-09 22:13:16 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2016-02-09 22:22:12 +0100 |
commit | a3b0c8eed288dacf4c76c6c90c42a99139b1ca01 (patch) | |
tree | 123f7474997614e4a2ddc98ac65256e4b70cbdf9 /configure.ac | |
parent | 4ab6e75aa906ebf85cf68b5f23be003a7dae9c7a (diff) | |
download | calcurse-a3b0c8eed288dacf4c76c6c90c42a99139b1ca01.zip |
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 <lfleischer@calcurse.org>
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 #------------------------------------------------------------------------------- |