Demos (master): demos: Fix make distcheck

Andreas Boll ab at kemper.freedesktop.org
Sat Jul 5 09:09:39 UTC 2014


Module: Demos
Branch: master
Commit: 76c7fefd3f967f3b162617658bdc149da9d3232a
URL:    http://cgit.freedesktop.org/mesa/demos/commit/?id=76c7fefd3f967f3b162617658bdc149da9d3232a

Author: Andreas Boll <andreas.boll.dev at gmail.com>
Date:   Fri Jul  4 10:38:26 2014 +0200

demos: Fix make distcheck

Reviewed-by: Julien Cristau <jcristau at debian.org>

---

 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




More information about the mesa-commit mailing list