From d207f9ce6def32a5a09e71a5aa186f95c9a66dd8 Mon Sep 17 00:00:00 2001 From: Søren Sandmann Pedersen Date: Thu, 14 Jul 2005 00:28:45 +0000 Subject: - Add build system for xf86-video-ati - Add build system for xserver/xorg/hw/xfree86/dri - Add glcore.h to symlink.sh - Symlink.sh: add some more DRI files, symlink glcore.h from extras/Mesa/include/GL/internal to proto/GL - proto/GL/Makefile.am: install glcore.h - xf86-video-ark: s/module-dir/xorg-module-dir/ --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 12f2491..35709dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,10 @@ gl_HEADERS = \ glxproto.h \ glxtokens.h +glinternaldir = $(includedir)/GL/internal +glinternal_HEADERS = \ + glcore.h + pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = glproto.pc -- cgit v1.2.3