bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH parted 4/6] Makefiles: Don't install s390 dasd internal headers i


From: Hans de Goede
Subject: [PATCH parted 4/6] Makefiles: Don't install s390 dasd internal headers in /usr/include
Date: Thu, 10 Dec 2009 12:43:16 +0100

From: Joel Granados Moreno <address@hidden>

include/parted/Makefile.am: Don't install s390 dasd internal headers
in /usr/include.
---
 include/parted/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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
-- 
1.6.5.2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]