glx: Add vndserver.h to the SDK

Also unbreak 'make distcheck', sigh autotools.

Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson 2018-02-28 12:26:26 -05:00
parent 85ff1cdbd3
commit afccb266ed
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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 */
/*