repo.or.cz
/
xorg_rtime.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
First import
[xorg_rtime.git]
/
xorg-server-1.4
/
GL
/
Makefile.am
blob
df9f533e28704d699e82a014bfb72321c9cae945
1
# someone could get really crazy someday and add support for the SI...
2
3
# xwin/darwin/xfree86 have their accel support under the DDX
4
5
if BUILD_DARWIN
6
DARWIN_SUBDIRS = apple
7
endif
8
SUBDIRS = glx mesa $(DARWIN_SUBDIRS)
9
10
WINDOWS_EXTRAS = \
11
windows/ChangeLog \
12
windows/glwindows.h \
13
windows/glwrap.c \
14
windows/indirect.c
15
16
EXTRA_DIST = symlink-mesa.sh $(WINDOWS_EXTRAS)