From a6bc15b77838981d705e647adb40af0a51621286 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 26 Jul 2020 15:29:28 +0200 Subject: start to have templates --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ab67ba64..9a85ab18 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,9 +8,9 @@ else endif else if ENABLE_DOC - SUBDIRS = . src doc + SUBDIRS = . src contrib doc else - SUBDIRS = . src doc + SUBDIRS = . src contrib endif endif @@ -23,7 +23,7 @@ EXTRA_DIST = \ COPYING.AGPL \ COPYING.LGPL \ contrib/gnunet.tag \ - contrib/microhttpd.tag + contrib/microhttpd.tag app: mkdir -p $(PACKAGE)-frontend-$(VERSION)-app -- cgit v1.2.3