[PATCH libXmu] config: add WhitePoint.h to the include headers

Gaetan Nadon memsize at videotron.ca
Wed May 26 14:10:10 PDT 2010


This file was added in commit 8c5b2278580193578cdd0da8c8e948e74f8a3f26
because it was missing from the tarball. It was added to
EXTRA_DIST so it never got installed in $includedir.

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 Makefile.am         |    1 -
 include/Makefile.am |    3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index e505efd..c258919 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,6 @@ pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = xmu.pc xmuu.pc
 
 MAINTAINERCLEANFILES = ChangeLog INSTALL
-EXTRA_DIST = include/X11/Xmu/WhitePoint.h
 
 .PHONY: ChangeLog INSTALL
 
diff --git a/include/Makefile.am b/include/Makefile.am
index f28021f..413dd5b 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -21,4 +21,5 @@ xmuinclude_HEADERS = \
 	X11/Xmu/SysUtil.h \
 	X11/Xmu/WidgetNode.h \
 	X11/Xmu/WinUtil.h \
-	X11/Xmu/Xct.h
+	X11/Xmu/Xct.h \
+	X11/Xmu/WhitePoint.h
-- 
1.6.0.4



More information about the xorg-devel mailing list