summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-27 11:40:03 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-27 11:55:08 +0200
commit59e700b4eaf214d4f0e903c93e5483f4a3bfd2e7 (patch)
tree8d3a6da909922a0b49ba6b4e7769981184f6ac72
parentfcd1ba098091fac79cae9e22b3465354e4790746 (diff)
downloadlibtasn1-59e700b4eaf214d4f0e903c93e5483f4a3bfd2e7.tar.gz
Makefile.am: only build examples if documentation is also built
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index a31301c..120c6d8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,10 +26,10 @@ EXTRA_DIST = windows/asn1-parser/asn1-parser.vcproj \
windows/test-parser/test-parser.vcproj \
windows/test-tree/test-tree.vcproj windows/libtasn14win.mk
-SUBDIRS = gl lib src examples tests
+SUBDIRS = gl lib src tests
if ENABLE_DOC
-SUBDIRS += doc
+SUBDIRS += doc examples
endif
ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lib/glm4