summaryrefslogtreecommitdiff
path: root/hw/Makefile.am
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2008-04-19 09:29:46 -0700
committerJeremy Huddleston <jeremyhu@freedesktop.org>2008-04-19 09:29:46 -0700
commit6550078b0925f754e3eec3bbce94dbfe5de8c419 (patch)
tree0c45106f5f5d76d5b2681cae2a06aaeb04db8ec5 /hw/Makefile.am
parent587c010a1cd733fded4d49dc339df0634bda8be6 (diff)
Removed XWin DDX
Diffstat (limited to 'hw/Makefile.am')
-rw-r--r--hw/Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/hw/Makefile.am b/hw/Makefile.am
index c2b9571b9..011a280ed 100644
--- a/hw/Makefile.am
+++ b/hw/Makefile.am
@@ -14,10 +14,6 @@ if XNEST
XNEST_SUBDIRS = xnest
endif
-if XWIN
-XWIN_SUBDIRS = xwin
-endif
-
if XGL
XGL_SUBDIRS = xgl
endif
@@ -37,7 +33,6 @@ endif
SUBDIRS = \
$(XORG_SUBDIRS) \
$(XGL_SUBDIRS) \
- $(XWIN_SUBDIRS) \
$(XVFB_SUBDIRS) \
$(XNEST_SUBDIRS) \
$(DMX_SUBDIRS) \
@@ -45,7 +40,7 @@ SUBDIRS = \
$(XQUARTZ_SUBDIRS) \
$(XPRINT_SUBDIRS)
-DIST_SUBDIRS = dmx xfree86 vfb xnest xwin xquartz kdrive xgl xprint
+DIST_SUBDIRS = dmx xfree86 vfb xnest xquartz kdrive xgl xprint
relink:
for i in $(SUBDIRS) ; do $(MAKE) -C $$i relink ; done