diff options
author | Matt Turner <[email protected]> | 2013-01-20 18:00:14 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-07-22 10:48:45 -0700 |
commit | 5e4e145025eabfc95e636d6c29da670e375649d0 (patch) | |
tree | 3b51a161546e06c5c8ef4549227a921e82af0f49 /src/mapi/shared-glapi | |
parent | 7bae56c5c2bc27ab018223b9d6cec46016d9d218 (diff) |
build: Add tests directories to SUBDIRS
Fixes a problem with distcheck.
Diffstat (limited to 'src/mapi/shared-glapi')
-rw-r--r-- | src/mapi/shared-glapi/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapi/shared-glapi/Makefile.am b/src/mapi/shared-glapi/Makefile.am index 2021a7330f1..e18c30a2271 100644 --- a/src/mapi/shared-glapi/Makefile.am +++ b/src/mapi/shared-glapi/Makefile.am @@ -1,5 +1,7 @@ # Used by OpenGL ES or when --enable-shared-glapi is specified +SUBDIRS = . tests + TOP = $(top_srcdir) GLAPI = $(top_srcdir)/src/mapi/glapi include $(top_srcdir)/src/mapi/Makefile.sources |