summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-12-15 20:36:29 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-01-08 10:10:34 +0100
commit986ec42009ebaf2bccb376ed7741b98b0111716f (patch)
treeae31271bbe8397699724a086282221e4864ba51a
parent9a3bdb39db620a0abe5a463243bdd46ba333148a (diff)
downloadgnutls-986ec42009ebaf2bccb376ed7741b98b0111716f.tar.gz
build: fix make distclean by including src/gl only oncegnutls_3_4_8
-rw-r--r--Makefile.am2
-rw-r--r--src/Makefile.am3
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 7ff7f814d7..908664463b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,7 +29,7 @@ endif
SUBDIRS += po
if ENABLE_TOOLS
-SUBDIRS += src
+SUBDIRS += src/gl src
else
SUBDIRS += src/gl
endif
diff --git a/src/Makefile.am b/src/Makefile.am
index b907249c8e..39d9e6791b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -17,7 +17,8 @@
# along with this file; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-SUBDIRS = gl
+# src/gl is being added by the top level makefile
+SUBDIRS =
BUILT_SOURCES = srptool-args.c srptool-args.h \
psktool-args.c psktool-args.h ocsptool-args.h ocsptool-args.c \