From 890ec849479db2510a9b4bc5e5e2f7978ca37b83 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 10 Jan 2006 02:30:56 +0000 Subject: [PATCH] Add xgl to DIST_SUBDIRS. --- hw/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/Makefile.am b/hw/Makefile.am index 0348e70f8..4c35a5817 100644 --- a/hw/Makefile.am +++ b/hw/Makefile.am @@ -37,7 +37,7 @@ SUBDIRS = \ $(DMX_SUBDIRS) \ $(KDRIVE_SUBDIRS) -DIST_SUBDIRS = dmx xfree86 vfb xnest xwin darwin kdrive +DIST_SUBDIRS = dmx xfree86 vfb xnest xwin darwin kdrive xgl relink: for i in $(SUBDIRS) ; do $(MAKE) -C $$i relink ; done