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/mesa/Makefile.am | |
parent | 7bae56c5c2bc27ab018223b9d6cec46016d9d218 (diff) |
build: Add tests directories to SUBDIRS
Fixes a problem with distcheck.
Diffstat (limited to 'src/mesa/Makefile.am')
-rw-r--r-- | src/mesa/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/Makefile.am b/src/mesa/Makefile.am index d5f5f5b8667..e9c16e78ed4 100644 --- a/src/mesa/Makefile.am +++ b/src/mesa/Makefile.am @@ -23,7 +23,7 @@ if NEED_LIBDRICORE DRICORE_SUBDIR = libdricore endif -SUBDIRS = program x86 x86-64 . $(DRICORE_SUBDIR) +SUBDIRS = program x86 x86-64 . $(DRICORE_SUBDIR) main/tests if HAVE_X11_DRIVER SUBDIRS += drivers/x11 |