summaryrefslogtreecommitdiff
path: root/Xext/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-07-10 02:02:45 +0100
committerKeith Packard <keithp@keithp.com>2012-07-09 22:57:29 -0700
commitdc0c2dd92d5eb314582ea10830678753824375d9 (patch)
tree732c0f97808e9e9e84f55763afac8c16c5e936e3 /Xext/Makefile.am
parentad4092cf7d59a89b1b2922440eef65be5c0c5ebd (diff)
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>
Diffstat (limited to 'Xext/Makefile.am')
-rw-r--r--Xext/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am
index 5929a3e49..4082de78d 100644
--- a/Xext/Makefile.am
+++ b/Xext/Makefile.am
@@ -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