f6ed55a348
currently do ext3 resizing inside parted (#367101) - Update the xvd patch to include 'xvd' in the string table that parted uses when printing device types (#366971) - Do not install the linux.h or gnu.h headers
32 lines
798 B
Diff
32 lines
798 B
Diff
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
|