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:40:03 +0200
commitd10df29c48cc5ab453c5ff5fccc1057f8168427f (patch)
tree8c164459d16fa3c2889b169df462e21236aeeffc
parentb675734b12787555504e5b6b3e9860d741616166 (diff)
downloadlibtasn1-tmp-mingw32.tar.gz
Makefile.am: only build examples if documentation is also builttmp-mingw32
-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