9 lines
160 B
Makefile
9 lines
160 B
Makefile
SUBDIRS = sync damage shadow
|
|
if XQUARTZ
|
|
SUBDIRS += rootless
|
|
endif
|
|
if XWIN_MULTIWINDOWEXTWM
|
|
SUBDIRS += rootless
|
|
endif
|
|
DIST_SUBDIRS = sync damage shadow rootless
|