xenocara/xserver/hw/kdrive/Makefile.am

16 lines
240 B
Text
Raw Normal View History

if XEPHYR
XEPHYR_SUBDIRS = ephyr
endif
SERVER_SUBDIRS = \
$(XEPHYR_SUBDIRS)
SUBDIRS = \
src \
$(SERVER_SUBDIRS)
DIST_SUBDIRS = ephyr src
relink:
$(AM_V_at)for i in $(SERVER_SUBDIRS) ; do $(MAKE) -C $$i relink || exit 1 ; done