diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-04-19 09:29:46 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-04-19 09:29:46 -0700 |
commit | 6550078b0925f754e3eec3bbce94dbfe5de8c419 (patch) | |
tree | 0c45106f5f5d76d5b2681cae2a06aaeb04db8ec5 /hw/Makefile.am | |
parent | 587c010a1cd733fded4d49dc339df0634bda8be6 (diff) |
Removed XWin DDX
Diffstat (limited to 'hw/Makefile.am')
-rw-r--r-- | hw/Makefile.am | 7 |
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 |