filename | Makefile.am |
changeset | 521:33d2d92784c7 |
prev | 517:8191f0d305cb |
next | 681:1755a126b109 |
author | nkeynes |
date | Thu Apr 17 00:01:40 2008 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | Patch up the osmesa driver |
file | annotate | diff | log | raw |
1.1 --- a/Makefile.am Thu Nov 15 08:18:21 2007 +00001.2 +++ b/Makefile.am Thu Apr 17 00:01:40 2008 +00001.3 @@ -1,6 +1,9 @@1.4 ## Process this file with automake to produce Makefile.in1.6 -SUBDIRS = src po test1.7 +if BUILD_SYSTEST1.8 + TEST_SUBDIR = test1.9 +endif1.10 +SUBDIRS = src po $(TEST_SUBDIR)1.12 EXTRA_DIST = autogen.sh
.