summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-26 15:29:28 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-26 15:29:28 +0200
commita6bc15b77838981d705e647adb40af0a51621286 (patch)
tree914a0380a6f1e2c3487b93e49865d72438c15b0b /Makefile.am
parent4f7b141648a68137269cfca9be13fe7d20051c29 (diff)
downloadmerchant-a6bc15b77838981d705e647adb40af0a51621286.tar.gz
merchant-a6bc15b77838981d705e647adb40af0a51621286.tar.bz2
merchant-a6bc15b77838981d705e647adb40af0a51621286.zip
start to have templates
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
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