mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 14:34:29 +00:00
9 lines
135 B
Makefile
9 lines
135 B
Makefile
SUBDIRS = damage shadow
|
|
if COMPOSITE
|
|
SUBDIRS += cw
|
|
endif
|
|
if XQUARTZ
|
|
SUBDIRS += rootless
|
|
endif
|
|
DIST_SUBDIRS = damage shadow cw rootless
|