diff options
author | Adam Jackson <ajax@redhat.com> | 2018-02-28 12:26:26 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2018-02-28 12:56:36 -0500 |
commit | afccb266edc8b2ca014aec5b2a67bb1627f29fe9 (patch) | |
tree | 9c23d97a8f96b79aa209cf8f447217a4674a4645 | |
parent | 85ff1cdbd3286838e512fe7c70af149a8743b6fe (diff) |
glx: Add vndserver.h to the SDK
Also unbreak 'make distcheck', sigh autotools.
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r-- | glx/Makefile.am | 6 | ||||
-rwxr-xr-x | hw/xfree86/sdksyms.sh | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/glx/Makefile.am b/glx/Makefile.am index cb71a3763..0f652356d 100644 --- a/glx/Makefile.am +++ b/glx/Makefile.am @@ -12,8 +12,7 @@ AM_CFLAGS = \ @GLX_DEFINES@ \ @GLX_ARCH_DEFINES@ -# none yet -#sdk_HEADERS = +sdk_HEADERS = vndserver.h AM_CPPFLAGS = \ -I$(top_srcdir)/hw/xfree86/os-support \ @@ -88,4 +87,7 @@ libglxvnd_la_SOURCES = \ vndcmds.c \ vndext.c \ vndservermapping.c \ + vndservervendor.h \ vndservervendor.c + +EXTRA_DIST = vnd_dispatch_stubs.c diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh index 9aa1eec4f..d927fcd16 100755 --- a/hw/xfree86/sdksyms.sh +++ b/hw/xfree86/sdksyms.sh @@ -63,6 +63,10 @@ cat > sdksyms.c << EOF # include "panoramiX.h" #endif +/* glx/Makefile.am */ +#ifdef GLX +#include "vndserver.h" +#endif /* hw/xfree86/int10/Makefile.am -- module */ /* |