xserver: Branch 'master'

Donnie Berkholz dberkholz at kemper.freedesktop.org
Mon Sep 11 08:17:41 EEST 2006


 hw/xfree86/parser/Makefile.am |    6 ++++++
 1 files changed, 6 insertions(+)

New commits:
diff-tree 2b357e9a2f9038cf9cd07da908e3103a3d0965c9 (from b3a3020fd018df8bc5a8193d36e1a1c7ae8af8ba)
Author: Donnie Berkholz <dberkholz at gentoo.org>
Date:   Sun Sep 10 22:17:20 2006 -0700

    If we're installing libxf86config, install headers needed to build against it.

diff --git a/hw/xfree86/parser/Makefile.am b/hw/xfree86/parser/Makefile.am
index acda83d..46ef790 100644
--- a/hw/xfree86/parser/Makefile.am
+++ b/hw/xfree86/parser/Makefile.am
@@ -1,5 +1,8 @@
 if INSTALL_LIBXF86CONFIG
 lib_LIBRARIES = libxf86config.a
+LIBHEADERS = \
+	xf86Optrec.h \
+	xf86Parser.h
 else
 noinst_LIBRARIES = libxf86config.a
 endif
@@ -32,3 +35,6 @@ EXTRA_DIST = \
 	xf86Parser.h \
 	xf86tokens.h \
 	cpconfig.c
+
+sdk_HEADERS = \
+	$(LIBHEADERS)



More information about the xorg-commit mailing list