summaryrefslogtreecommitdiff
path: root/hw/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-01-10 02:30:56 +0000
committerDaniel Stone <daniel@fooishbar.org>2006-01-10 02:30:56 +0000
commit890ec849479db2510a9b4bc5e5e2f7978ca37b83 (patch)
treee01f2ccbe2dfc5899824c9f2acaf415114c99e63 /hw/Makefile.am
parent53dbd00a75313ec5301ca95b2e91d5d02bdaf820 (diff)
Add xgl to DIST_SUBDIRS.
Diffstat (limited to 'hw/Makefile.am')
-rw-r--r--hw/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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