xserver/hw/Makefile.am

29 lines
330 B
Text
Raw Normal View History

2005-07-01 20:29:53 +00:00
if DMX
DMX_SUBDIRS = dmx
endif
if XORG
2005-07-14 03:32:09 +00:00
XORG_SUBDIRS = xfree86
endif
2005-07-12 01:20:36 +00:00
if XVFB
2005-07-14 03:32:09 +00:00
XVFB_SUBDIRS = vfb
endif
if XNEST
XNEST_SUBDIRS = xnest
2005-07-12 01:20:36 +00:00
endif
if XWIN
XWIN_SUBDIRS = xwin
endif
2005-07-01 20:29:53 +00:00
SUBDIRS = \
$(XORG_SUBDIRS) \
$(XWIN_SUBDIRS) \
2005-07-12 01:20:36 +00:00
$(XVFB_SUBDIRS) \
2005-07-14 03:32:09 +00:00
$(XNEST_SUBDIRS) \
2005-07-01 20:29:53 +00:00
$(DMX_SUBDIRS)
2005-07-28 23:28:34 +00:00
DIST_SUBDIRS = dmx xfree86 vfb xnest xwin