[Parted-commits] GNU Parted Official Repository: Changes to 'master'

Jim Meyering meyering at alioth.debian.org
Thu Dec 10 15:54:13 UTC 2009


 include/parted/Makefile.am |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit d7d2e4b8b6bb1e83892faf55658ccff5c89a45db
Author: Joel Granados Moreno <jgranado at redhat.com>
Date:   Thu Dec 10 12:43:16 2009 +0100

    build: don't install s390 dasd internal headers into /usr/include
    
    * include/parted/Makefile.am (partedinclude_HEADERS):
    Remove $(S390_HDRS).
    (noinst_HEADERS): Put them here instead.

diff --git a/include/parted/Makefile.am b/include/parted/Makefile.am
index a1ba960..022373f 100644
--- a/include/parted/Makefile.am
+++ b/include/parted/Makefile.am
@@ -16,10 +16,10 @@ partedinclude_HEADERS = constraint.h	\
 			natmath.h	\
 			timer.h		\
 			unit.h		\
-			parted.h        \
-			$(S390_HDRS)
+			parted.h
 
 noinst_HEADERS	      = crc32.h		\
-			endian.h
+			endian.h	\
+			$(S390_HDRS)
 
 MAINTAINERCLEANFILES = Makefile.in



More information about the Parted-commits mailing list