forked from pool/parted
29 lines
811 B
Diff
29 lines
811 B
Diff
|
---
|
||
|
Makefile.am | 2 +-
|
||
|
configure.ac | 1 +
|
||
|
2 files changed, 2 insertions(+), 1 deletion(-)
|
||
|
|
||
|
Index: parted-3.1/Makefile.am
|
||
|
===================================================================
|
||
|
--- parted-3.1.orig/Makefile.am
|
||
|
+++ parted-3.1/Makefile.am
|
||
|
@@ -1,5 +1,5 @@
|
||
|
ACLOCAL_AMFLAGS = -I m4
|
||
|
-SUBDIRS = po lib include libparted parted partprobe doc debug tests
|
||
|
+SUBDIRS = po lib include libparted parted partprobe fatresize doc debug tests
|
||
|
|
||
|
EXTRA_DIST = \
|
||
|
.version \
|
||
|
Index: parted-3.1/configure.ac
|
||
|
===================================================================
|
||
|
--- parted-3.1.orig/configure.ac
|
||
|
+++ parted-3.1/configure.ac
|
||
|
@@ -610,6 +610,7 @@ libparted/tests/Makefile
|
||
|
libparted.pc
|
||
|
parted/Makefile
|
||
|
partprobe/Makefile
|
||
|
+fatresize/Makefile
|
||
|
doc/Makefile
|
||
|
doc/C/Makefile
|
||
|
doc/pt_BR/Makefile
|