diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2016-11-16 11:35:58 +0700 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2016-11-16 12:55:44 +0700 |
commit | 3fd542b0394f9ab198b7750409ec2c0f16eb59da (patch) | |
tree | 2aafa662dcd6bba7ff58d4180833a66d231eb352 | |
parent | e53a7e42eb7597808a364f230a97ce64481f084b (diff) |
vmware/vmwgfx: Add a missing source file for distribution
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Sinclair Yeh <syeh@vmware.com>
(cherry picked from commit fade4f46e84e93153edc3472abb73635f87555e6)
-rw-r--r-- | vmwgfx/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vmwgfx/Makefile.am b/vmwgfx/Makefile.am index 19533e6..e486514 100644 --- a/vmwgfx/Makefile.am +++ b/vmwgfx/Makefile.am @@ -31,5 +31,6 @@ libvmwgfx_la_SOURCES = \ vmwgfx_xmir.c \ vmwgfx_xwayland.c \ vmwgfx_layout.c \ + vmwgfx_rr_inlines.h \ wsbm_util.h endif |