xserver-multidpi/GL/Makefile.am

17 lines
374 B
Makefile
Raw Normal View History

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