mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-09 07:28:24 +02:00
9 lines
107 B
Makefile
9 lines
107 B
Makefile
if DMX
|
|
DMX_SUBDIRS = dmx
|
|
endif
|
|
|
|
XORG_SUBDIRS = xfree86
|
|
|
|
SUBDIRS = \
|
|
$(XORG_SUBDIRS) \
|
|
$(DMX_SUBDIRS)
|