xserver/hw/Makefile.am

17 lines
176 B
Makefile

if DMX
DMX_SUBDIRS = dmx
endif
if XORG
XORG_SUBDIRS = xfree86
endif
if XWIN
XWIN_SUBDIRS = xwin
endif
SUBDIRS = \
$(XORG_SUBDIRS) \
$(XWIN_SUBDIRS) \
$(DMX_SUBDIRS)