xserver/GL/Makefile.am

17 lines
368 B
Text
Raw Normal View History

2005-07-16 04:24:21 +00:00
# someone could get really crazy someday and add support for the SI...
2005-07-12 00:55:43 +00:00
# xwin/darwin/xfree86 have their accel support under the DDX
2007-02-17 00:55:32 -08:00
if BUILD_DARWIN
DARWIN_SUBDIRS = apple
endif
SUBDIRS = glx mesa $(DARWIN_SUBDIRS)
WINDOWS_EXTRAS = \
windows/ChangeLog \
windows/glwindows.h \
windows/glwrap.c \
windows/indirect.c
2007-02-17 00:55:32 -08:00
EXTRA_DIST = symlink-mesa.sh $(WINDOWS_EXTRAS)