libXmu: Branch 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Tue Mar 30 06:14:06 PDT 2010


 Makefile.am |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit a6210dd05cfe92d0af2e23358851c3a38c2aaca6
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Mar 29 14:53:49 2010 -0400

    config: remove the pkgconfig pc.in file from EXTRA_DIST
    
    Automake always includes it in the tarball.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

diff --git a/Makefile.am b/Makefile.am
index 58bb18c..e505efd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,10 +4,7 @@ pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = xmu.pc xmuu.pc
 
 MAINTAINERCLEANFILES = ChangeLog INSTALL
-EXTRA_DIST = \
-	xmu.pc.in \
-	xmuu.pc.in \
-	include/X11/Xmu/WhitePoint.h
+EXTRA_DIST = include/X11/Xmu/WhitePoint.h
 
 .PHONY: ChangeLog INSTALL
 


More information about the xorg-commit mailing list