diff -up parted-1.8.6/include/parted/Makefile.am.noinst parted-1.8.6/include/parted/Makefile.am --- parted-1.8.6/include/parted/Makefile.am.noinst 2007-03-19 20:58:55.000000000 -0400 +++ parted-1.8.6/include/parted/Makefile.am 2007-11-05 14:05:41.000000000 -0500 @@ -1,8 +1,6 @@ partedincludedir = $(includedir)/parted -partedinclude_HEADERS = gnu.h \ - linux.h \ - constraint.h \ +partedinclude_HEADERS = constraint.h \ debug.h \ device.h \ disk.h \ @@ -12,11 +10,13 @@ partedinclude_HEADERS = gnu.h \ natmath.h \ timer.h \ unit.h \ - parted.h \ - fdasd.h \ - vtoc.h + parted.h noinst_HEADERS = crc32.h \ - endian.h + endian.h \ + fdasd.h \ + vtoc.h \ + linux.h \ + gnu.h MAINTAINERCLEANFILES = Makefile.in