From 7808344271e253b5acef12303b49c5e8444d8cf2 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 6 Dec 2014 20:18:51 -0800 Subject: [PATCH] glapi: Make mapi/glapi/gen before mapi to avoid distcheck problem. --- src/Makefile.am | 2 +- src/mapi/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 3e736d02934..6be8140329a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,7 +19,7 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -SUBDIRS = gtest util mapi +SUBDIRS = gtest util mapi/glapi/gen mapi if NEED_OPENGL_COMMON SUBDIRS += glsl mesa diff --git a/src/mapi/Makefile.am b/src/mapi/Makefile.am index 80ead821ccc..a5a486b7104 100644 --- a/src/mapi/Makefile.am +++ b/src/mapi/Makefile.am @@ -19,7 +19,7 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -SUBDIRS = glapi/gen . +SUBDIRS = TESTS = TOP = $(top_srcdir) -- 2.30.2