mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-14 00:50:27 +01:00
Needed for 'make distcheck':
Add glapi to DIST_SUBDIRS. Sync to trunk branch.
This commit is contained in:
parent
4e626bbb9d
commit
ba679a269e
3 changed files with 9 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2006-03-13 Matthias Hopf <mhopf@suse.de>
|
||||
|
||||
Needed for 'make distcheck':
|
||||
* GL/mesa/Makefile.am: Add glapi to DIST_SUBDIRS.
|
||||
* hw/xfree86/Makefile.am: Sync to trunk branch.
|
||||
|
||||
2006-03-11 David Reveman <davidr@novell.com>
|
||||
|
||||
* hw/xgl/glxext/xglglxext.c (xglBindTexImage): Add missing break
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
SUBDIRS = main math array_cache swrast swrast_setup tnl shader X
|
||||
DIST_SUBDIRS = $(SUBDIRS) glapi
|
||||
|
||||
noinst_LTLIBRARIES = libGLcore.la
|
||||
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ DOC_SUBDIR = doc
|
|||
|
||||
SUBDIRS = common ddc dummylib i2c x86emu int10 fbdevhw os-support parser rac \
|
||||
ramdac shadowfb vbe vgahw xaa xf1bpp xf4bpp xf8_16bpp \
|
||||
xf8_32bpp xf8_32wid loader scanpci dixmods exa \
|
||||
xf8_32bpp loader scanpci dixmods exa \
|
||||
$(DRI_SUBDIR) utils $(DOC_SUBDIR) getconfig
|
||||
|
||||
DIST_SUBDIRS = common ddc dummylib i2c x86emu int10 fbdevhw os-support \
|
||||
parser rac ramdac shadowfb vbe vgahw xaa xf1bpp xf4bpp \
|
||||
xf8_16bpp xf8_32bpp xf8_32wid loader scanpci dixmods dri exa \
|
||||
xf8_16bpp xf8_32bpp loader scanpci dixmods dri exa \
|
||||
utils doc getconfig
|
||||
|
||||
bin_PROGRAMS = Xorg
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue