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

_______________________________________________
parted-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/parted-devel

Reply via email to