[PATCH] Properly include hashtable.h in the sources
Tomas Carnecky
tomas.carnecky at gmail.com
Sun May 20 12:00:42 PDT 2012
Failing to do so makes the dist tarball unusable, compilation fails with:
xres.c:30:23: fatal error: hashtable.h: No such file or directory
Signed-off-by: Tomas Carnecky <tomas.carnecky at gmail.com>
---
Xext/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Does anyone actually test the dist tarballs? Or do you use special scripts
to generate those (instead of make dist).
diff --git a/Xext/Makefile.am b/Xext/Makefile.am
index 5929a3e..4082de7 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
--
1.7.10.2
More information about the xorg-devel
mailing list