summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/Makefile.am
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2013-01-20 18:00:14 -0800
committerMatt Turner <mattst88@gmail.com>2013-07-22 10:48:45 -0700
commit5e4e145025eabfc95e636d6c29da670e375649d0 (patch)
tree3b51a161546e06c5c8ef4549227a921e82af0f49 /src/mapi/glapi/Makefile.am
parent7bae56c5c2bc27ab018223b9d6cec46016d9d218 (diff)
downloadexternal_mesa3d-5e4e145025eabfc95e636d6c29da670e375649d0.zip
external_mesa3d-5e4e145025eabfc95e636d6c29da670e375649d0.tar.gz
external_mesa3d-5e4e145025eabfc95e636d6c29da670e375649d0.tar.bz2
build: Add tests directories to SUBDIRS
Fixes a problem with distcheck.
Diffstat (limited to 'src/mapi/glapi/Makefile.am')
-rw-r--r--src/mapi/glapi/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapi/glapi/Makefile.am b/src/mapi/glapi/Makefile.am
index 1698d14..05c67a6 100644
--- a/src/mapi/glapi/Makefile.am
+++ b/src/mapi/glapi/Makefile.am
@@ -19,6 +19,8 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
+SUBDIRS = . tests
+
TOP = $(top_srcdir)
include Makefile.sources
include ../Makefile.sources