Demos (master): openvg: Add eglcommon.h to libcommon_la_SOURCES.

Chia-I Wu olv at kemper.freedesktop.org
Thu Oct 7 04:35:58 UTC 2010


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

Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Thu Oct  7 12:28:27 2010 +0800

openvg: Add eglcommon.h to libcommon_la_SOURCES.

---

 src/egl/openvg/trivial/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/egl/openvg/trivial/Makefile.am b/src/egl/openvg/trivial/Makefile.am
index 972a812..f85c70d 100644
--- a/src/egl/openvg/trivial/Makefile.am
+++ b/src/egl/openvg/trivial/Makefile.am
@@ -40,6 +40,7 @@ if HAVE_EGL
 if HAVE_VG
 noinst_LTLIBRARIES = libcommon.la
 libcommon_la_SOURCES = \
+	eglcommon.h \
 	eglcommon.c
 
 noinst_PROGRAMS = \




More information about the mesa-commit mailing list