Module: Mesa Branch: 10.5 Commit: 90411b56f6bc817e229d8801ac0adad6d4e3fb7a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=90411b56f6bc817e229d8801ac0adad6d4e3fb7a
Author: Emil Velikov <[email protected]> Date: Mon Mar 2 14:33:50 2015 +0000 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" <[email protected]> Signed-off-by: Emil Velikov <[email protected]> --- src/mapi/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mapi/Makefile.am b/src/mapi/Makefile.am index 6794682..ab82e00 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 \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
