Add xkbstr.h and xkbsrv.h to sdk_HEADERS
This commit is contained in:
parent
f9bcecbe51
commit
150c2f55a5
|
@ -50,10 +50,12 @@ sdk_HEADERS = \
|
||||||
validate.h \
|
validate.h \
|
||||||
window.h \
|
window.h \
|
||||||
windowstr.h \
|
windowstr.h \
|
||||||
|
xkbsrv.h \
|
||||||
|
xkbstr.h \
|
||||||
xorg-server.h
|
xorg-server.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
AM_CFLAGS = $(DIX_CFLAGS)
|
AM_CFLAGS = $(DIX_CFLAGS)
|
||||||
|
|
||||||
EXTRA_DIST = $(sdk_HEADERS) do-not-use-config.h dix-config.h xorg-config.h \
|
EXTRA_DIST = $(sdk_HEADERS) do-not-use-config.h dix-config.h xorg-config.h \
|
||||||
xkb-config.h xkbfile.h xkbsrv.h xkbstr.h
|
xkb-config.h xkbfile.h
|
||||||
|
|
Loading…
Reference in New Issue