summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \