From: Joel Granados Moreno <jgran...@redhat.com>

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



_______________________________________________
bug-parted mailing list
bug-parted@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-parted

Reply via email to