xserver-multidpi/hw/Makefile.am

22 lines
231 B
Makefile
Raw Normal View History

2005-07-01 22:29:53 +02:00
if DMX
DMX_SUBDIRS = dmx
endif
if XORG
2005-07-01 22:29:53 +02:00
XORG_SUBDIRS = xfree86
endif
2005-07-12 03:20:36 +02:00
if XVFB
XVFB_SUBDIRS = vfb
endif
if XWIN
XWIN_SUBDIRS = xwin
endif
2005-07-01 22:29:53 +02:00
SUBDIRS = \
$(XORG_SUBDIRS) \
$(XWIN_SUBDIRS) \
2005-07-12 03:20:36 +02:00
$(XVFB_SUBDIRS) \
2005-07-01 22:29:53 +02:00
$(DMX_SUBDIRS)