summaryrefslogtreecommitdiff
path: root/xserver/hw/kdrive/Makefile.am
blob: dc71dbd810568a852e26e3558946a361bf10114c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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