summaryrefslogtreecommitdiff
path: root/GL/Makefile.am
blob: df9f533e28704d699e82a014bfb72321c9cae945 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# someone could get really crazy someday and add support for the SI...

# xwin/darwin/xfree86 have their accel support under the DDX

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

EXTRA_DIST = symlink-mesa.sh $(WINDOWS_EXTRAS)