summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-12-15 20:36:29 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-12-15 20:36:29 +0100
commitf69d71744b9b5d0f2cf7953d9282cc9b06d53f62 (patch)
tree5d46b1314da16ad9588a263d437561f01828dc2c /Makefile.am
parentb8fa2938eb4bc87807cc4ecb9b1a45ac06001dde (diff)
downloadgnutls-f69d71744b9b5d0f2cf7953d9282cc9b06d53f62.tar.gz
build: fix make distclean by including src/gl only once
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 19fcb9056f..d61fded8e2 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