Mesa (master): gbm/build: Add headers to distribution.

Matt Turner mattst88 at kemper.freedesktop.org
Mon Apr 7 17:44:33 UTC 2014


Module: Mesa
Branch: master
Commit: a97611313dc020e582da491fd898b324274f5824
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a97611313dc020e582da491fd898b324274f5824

Author: Matt Turner <mattst88 at gmail.com>
Date:   Sun Nov 10 18:04:08 2013 -0800

gbm/build: Add headers to distribution.

Acked-by: Emil Velikov <emil.l.velikov at gmail.com>

---

 src/gbm/Makefile.am |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/gbm/Makefile.am b/src/gbm/Makefile.am
index 48951b8..f6545ee 100644
--- a/src/gbm/Makefile.am
+++ b/src/gbm/Makefile.am
@@ -17,8 +17,13 @@ lib_LTLIBRARIES = libgbm.la
 include_HEADERS = main/gbm.h
 
 libgbm_la_SOURCES = \
+	main/backend.c \
+	main/backend.h \
+	main/common_drm.h \
 	main/gbm.c \
-	main/backend.c
+	main/gbm.h \
+	main/gbmint.h
+
 libgbm_la_LDFLAGS = \
 	-no-undefined \
 	-version-info 1:0 \
@@ -38,7 +43,8 @@ endif
 if HAVE_DRI
 noinst_LTLIBRARIES = libgbm_dri.la
 libgbm_dri_la_SOURCES = \
-	backends/dri/gbm_dri.c
+	backends/dri/gbm_dri.c \
+	backends/dri/gbm_driint.h
 
 libgbm_dri_la_CFLAGS = \
 	$(AM_CFLAGS) \




More information about the mesa-commit mailing list