diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | src/Makefile.am | 3 |
2 files changed, 3 insertions, 2 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 diff --git a/src/Makefile.am b/src/Makefile.am index 0306af18bd..162664cba1 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 \ |