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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8e7e1b0..fb428c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS= foreign ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = po src test scripts +SUBDIRS = po src test scripts contrib/caldav if ENABLE_DOCS SUBDIRS += doc -- cgit v1.2.3-54-g00ecf