mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-06 15:30:11 +01:00
With Xfbdev gone this has no consumers. Signed-off-by: Adam Jackson <ajax@redhat.com> Acked-by: Alex Deucher <alexander.deucher@amd.com>
15 lines
240 B
Makefile
15 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
|