summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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