xenocara/xserver/GL/Makefile.am

17 lines
368 B
Makefile
Raw Normal View History

2006-11-26 11:13:41 -07:00
# someone could get really crazy someday and add support for the SI...
# xwin/darwin/xfree86 have their accel support under the DDX
2007-11-24 10:55:21 -07:00
if BUILD_DARWIN
DARWIN_SUBDIRS = apple
endif
SUBDIRS = glx mesa $(DARWIN_SUBDIRS)
2006-11-26 11:13:41 -07:00
WINDOWS_EXTRAS = \
windows/ChangeLog \
windows/glwindows.h \
windows/glwrap.c \
windows/indirect.c
2007-11-24 10:55:21 -07:00
EXTRA_DIST = symlink-mesa.sh $(WINDOWS_EXTRAS)