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:
Daniel Stone 2012-07-10 02:02:45 +01:00 committed by Keith Packard
parent ad4092cf7d
commit dc0c2dd92d

View File

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