mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-24 20:55:49 +00: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
|