xserver-multidpi/hw/kdrive/Makefile.am
Adam Jackson 27819950e4 kdrive: Remove now-unused linux backend
With Xfbdev gone this has no consumers.

Signed-off-by: Adam Jackson <ajax@redhat.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
2017-03-01 17:51:09 -05:00

16 lines
240 B
Makefile

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