mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 23:00:05 +01:00
8 lines
135 B
Makefile
8 lines
135 B
Makefile
SUBDIRS = damage shadow
|
|
if COMPOSITE
|
|
SUBDIRS += cw
|
|
endif
|
|
if XQUARTZ
|
|
SUBDIRS += rootless
|
|
endif
|
|
DIST_SUBDIRS = damage shadow cw rootless
|