diff options
author | Eric Anholt <eric@anholt.net> | 2008-09-11 16:24:20 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-09-11 16:48:23 -0700 |
commit | ce781cac1b52003da6c025cd29e2c2ad97dbb324 (patch) | |
tree | c7239540add4438dfe820a3aff20764836f1a001 | |
parent | 31c62495f1de6e9ba41e1f6d7fa263eeb849129b (diff) |
Fix distcheck.
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | hw/xfree86/common/Makefile.am | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 51f17c8d2..a04a6d568 100644 --- a/configure.ac +++ b/configure.ac @@ -1861,7 +1861,6 @@ hw/vfb/Makefile hw/xnest/Makefile hw/xwin/Makefile hw/xquartz/Makefile -hw/xquartz/GL/Makefile hw/xquartz/bundle/Makefile hw/xquartz/doc/Makefile hw/xquartz/mach-startup/Makefile diff --git a/hw/xfree86/common/Makefile.am b/hw/xfree86/common/Makefile.am index de14dbb1c..745278b9a 100644 --- a/hw/xfree86/common/Makefile.am +++ b/hw/xfree86/common/Makefile.am @@ -54,7 +54,6 @@ DISTCLEANFILES = xf86Build.h CLEANFILES = $(BUILT_SOURCES) EXTRA_DIST = \ - atKeynames.h \ compiler.h \ fourcc.h \ scoasm.h \ @@ -77,7 +76,6 @@ EXTRA_DIST = \ xf86xvmc.h \ xf86xvpriv.h \ xisb.h \ - xf86Version.h \ xorgVersion.h \ xf86Date.h \ $(MODEDEFSOURCES) \ |