diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-07-14 00:28:45 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-07-14 00:28:45 +0000 |
commit | d207f9ce6def32a5a09e71a5aa186f95c9a66dd8 (patch) | |
tree | 270579a58bf3ab73d5d862385dfaedeb12fd83fa | |
parent | 9f99b048a1b3292f262f95a6807983069ee62eb7 (diff) |
- 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/
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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 |