[Mesa-dev] [PATCH demos 1/2] demos: Fix make distcheck

Andreas Boll andreas.boll.dev at gmail.com
Fri Jul 4 02:10:22 PDT 2014


Signed-off-by: Andreas Boll <andreas.boll.dev at gmail.com>
---
 src/xdemos/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/xdemos/Makefile.am b/src/xdemos/Makefile.am
index 0bdf13d..cfd23b1 100644
--- a/src/xdemos/Makefile.am
+++ b/src/xdemos/Makefile.am
@@ -79,7 +79,8 @@ xrotfontdemo_SOURCES = \
 
 glxinfo_SOURCES = \
 	glxinfo.c \
-	glinfo_common.c
+	glinfo_common.c \
+	glinfo_common.h
 
 glthreads_LDADD = -lpthread
 glxgears_fbconfig_LDADD = libpbutil.la
-- 
2.0.0



More information about the mesa-dev mailing list