mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-01 10:40:08 +01:00
Creating a real DDX section for XDarwin instead of stuffing it into the XORG section in a half-assed manner.
12 lines
229 B
Makefile
12 lines
229 B
Makefile
if XDARWIN
|
|
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)
|