summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-03-02 14:33:50 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2015-03-02 15:50:32 +0000
commit90411b56f6bc817e229d8801ac0adad6d4e3fb7a (patch)
tree688dee15e5203a9011fe4eb42caf6efa6e9558e5
parent19422e433c5d1b72f2b72ea9a74cf991fd6cada9 (diff)
mapi: fix shared-glapi dependency tracking
I.e. add shared-glapi/glapi_mapi_tmp.h to the SOURCES list. Otherwise there will be no knowledge that the file is required by others for the build. Thus autotools won't pick it up for the distribution tarball. Cc: "10.5" <mesa-stable@lists.freedesktop.org> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
-rw-r--r--src/mapi/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/Makefile.am b/src/mapi/Makefile.am
index 67946829198..ab82e006070 100644
--- a/src/mapi/Makefile.am
+++ b/src/mapi/Makefile.am
@@ -66,7 +66,7 @@ if HAVE_SHARED_GLAPI
BUILT_SOURCES += shared-glapi/glapi_mapi_tmp.h
lib_LTLIBRARIES += shared-glapi/libglapi.la
-shared_glapi_libglapi_la_SOURCES = $(MAPI_GLAPI_FILES)
+shared_glapi_libglapi_la_SOURCES = $(MAPI_GLAPI_FILES) shared-glapi/glapi_mapi_tmp.h
shared_glapi_libglapi_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
-DMAPI_MODE_GLAPI \