mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-08 14:10:18 +01:00
Xext: Add hashtable.h to sources to fix distcheck
Signed-off-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
ad4092cf7d
commit
dc0c2dd92d
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ MODULE_SRCS += $(XV_SRCS)
|
|||
endif
|
||||
|
||||
# XResource extension: lets clients get data about per-client resource usage
|
||||
RES_SRCS = hashtable.c xres.c
|
||||
RES_SRCS = hashtable.c hashtable.h xres.c
|
||||
if RES
|
||||
MODULE_SRCS += $(RES_SRCS)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue