[PATCH glproto 1/2] Move headers into structured include directory

Dylan Baker dylan at pnwbakers.com
Fri Nov 3 22:50:40 UTC 2017


So that meson can use that as an include path for dependencies.

Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 Makefile.am                              | 10 +++++-----
 glxint.h => include/GL/glxint.h          |  0
 glxmd.h => include/GL/glxmd.h            |  0
 glxproto.h => include/GL/glxproto.h      |  0
 glxtokens.h => include/GL/glxtokens.h    |  0
 glcore.h => include/GL/internal/glcore.h |  0
 6 files changed, 5 insertions(+), 5 deletions(-)
 rename glxint.h => include/GL/glxint.h (100%)
 rename glxmd.h => include/GL/glxmd.h (100%)
 rename glxproto.h => include/GL/glxproto.h (100%)
 rename glxtokens.h => include/GL/glxtokens.h (100%)
 rename glcore.h => include/GL/internal/glcore.h (100%)

diff --git a/Makefile.am b/Makefile.am
index 40cb57c..0c50dcc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,13 +1,13 @@
 gldir = $(includedir)/GL
 gl_HEADERS = \
-	glxint.h \
-	glxmd.h \
-	glxproto.h \
-	glxtokens.h
+	include/GL/glxint.h \
+	include/GL/glxmd.h \
+	include/GL/glxproto.h \
+	include/GL/glxtokens.h
 
 glinternaldir = $(includedir)/GL/internal
 glinternal_HEADERS = \
-	glcore.h
+	include/GL/internal/glcore.h
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = glproto.pc
diff --git a/glxint.h b/include/GL/glxint.h
similarity index 100%
rename from glxint.h
rename to include/GL/glxint.h
diff --git a/glxmd.h b/include/GL/glxmd.h
similarity index 100%
rename from glxmd.h
rename to include/GL/glxmd.h
diff --git a/glxproto.h b/include/GL/glxproto.h
similarity index 100%
rename from glxproto.h
rename to include/GL/glxproto.h
diff --git a/glxtokens.h b/include/GL/glxtokens.h
similarity index 100%
rename from glxtokens.h
rename to include/GL/glxtokens.h
diff --git a/glcore.h b/include/GL/internal/glcore.h
similarity index 100%
rename from glcore.h
rename to include/GL/internal/glcore.h
-- 
2.15.0



More information about the xorg-devel mailing list