blob: 850c41c66ae5196a55e816fc805e5b77109c4b13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
SUBDIRS = sync damage shadow
if COMPOSITE
SUBDIRS += cw
endif
if XQUARTZ
SUBDIRS += rootless
endif
if XWIN_MULTIWINDOWEXTWM
SUBDIRS += rootless
endif
DIST_SUBDIRS = sync damage shadow cw rootless
|