xserver: Branch 'master'

Aaron Plattner aplattner at kemper.freedesktop.org
Thu Jul 23 15:37:37 PDT 2009


 Makefile.am         |    3 ++-
 include/Makefile.am |    6 ++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 7c6b5458de9bc7f6cd972a36b56888aaa3d201ee
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Thu Jul 23 15:16:44 2009 -0700

    Fix dist.
    
     * Makefile.am: Include the test/ subdirectory in the dist tarball.
    
     * include/Makefile.am: Move events.h to sdk_HEADERS and eventconvert.h to
       EXTRA_DIST so they're included in the tarball.  events.h shouldn't be
       included in the SDK either, but for now it's needed by input.h.

diff --git a/Makefile.am b/Makefile.am
index 4ee1e17..cf1469f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -80,7 +80,8 @@ DIST_SUBDIRS = \
 	glx \
 	exa \
 	config \
-	hw
+	hw \
+	test
 
 # gross hack
 relink: all
diff --git a/include/Makefile.am b/include/Makefile.am
index fda4b70..50b75c2 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -17,6 +17,7 @@ sdk_HEADERS =		\
 	dixfontstr.h	\
 	dixgrabs.h	\
 	dixstruct.h	\
+	events.h	\
 	exevents.h	\
 	extension.h	\
 	extinit.h	\
@@ -57,10 +58,11 @@ sdk_HEADERS =		\
 	xkbrules.h      \
 	xserver-properties.h
 
-nodist_sdk_HEADERS = xorg-server.h events.h eventconvert.h
+nodist_sdk_HEADERS = xorg-server.h
 endif
 
 AM_CFLAGS = $(DIX_CFLAGS)
 
 EXTRA_DIST = 	\
-	dix-config-apple-verbatim.h
+	dix-config-apple-verbatim.h \
+	eventconvert.h


More information about the xorg-commit mailing list