[parted-devel] FYI: required patch for non-srcdir build of partprobe

Jim Meyering jim at meyering.net
Tue Feb 27 16:19:52 CET 2007


In adding new Makefile rules (coming soon), I discovered partprobe
now needs this -I directive for a non-srcdir build:
[since this is fixes a build failure and looks really safe
 and uncontroversial, I won't wait for formal approval ]

	Add -I$(top_srcdir)/lib, required for new use of close_stdout.
	* partprobe/Makefile.am (partedincludedir):

diff --git a/partprobe/Makefile.am b/partprobe/Makefile.am
index 4b236e1..65755c3 100644
--- a/partprobe/Makefile.am
+++ b/partprobe/Makefile.am
@@ -1,4 +1,4 @@
-partedincludedir      = -I$(top_srcdir)/include
+partedincludedir      = -I$(top_srcdir)/lib -I$(top_srcdir)/include

 sbin_PROGRAMS = partprobe



More information about the parted-devel mailing list