xserver-multidpi/hw/Makefile.am
2005-07-12 01:20:36 +00:00

22 lines
231 B
Makefile

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