summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2012-01-24 15:03:03 +0100
committerSimon Josefsson <simon@josefsson.org>2012-01-24 15:03:03 +0100
commitf7a5b448e2060905f408b1cfd6bd8797605b0293 (patch)
treefbedfcc0652bc8234246190db63fdb4f93b2b723 /Makefile.am
parent94138b8e4fe7edf901bc239f9b5dbe14aea68dc6 (diff)
downloadgnutls-f7a5b448e2060905f408b1cfd6bd8797605b0293.tar.gz
Fix make dist.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 06fdb1d09b..ef072d7587 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,13 @@
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-valgrind-tests
-SUBDIRS = gl lib extra po src doc tests
+SUBDIRS = gl lib extra po
+
+if NEED_LIBOPTS
+SUBDIRS += $(LIBOPTS_DIR)
+endif
+
+SUBDIRS += src doc tests
if HAVE_GUILE
SUBDIRS += guile