diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-07-26 15:29:28 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-26 15:29:28 +0200 |
commit | a6bc15b77838981d705e647adb40af0a51621286 (patch) | |
tree | 914a0380a6f1e2c3487b93e49865d72438c15b0b /Makefile.am | |
parent | 4f7b141648a68137269cfca9be13fe7d20051c29 (diff) |
start to have templates
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
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 |