| From d60a8a86f6593738b5324ccd8fe3e6d84a1fe7bc Mon Sep 17 00:00:00 2001 |
| From: Alexander Kanavin <alex.kanavin@gmail.com> |
| Date: Wed, 11 Dec 2019 14:18:36 +0100 |
| Subject: [PATCH] libparted/fs: add $sourcedir/lib to include paths |
| |
| Otherwise, getopt-pfx-core.h won't be found. |
| |
| Upstream-Status: Pending |
| Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
| --- |
| libparted/fs/Makefile.am | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| diff --git a/libparted/fs/Makefile.am b/libparted/fs/Makefile.am |
| index 286bff6..65f45d3 100644 |
| --- a/libparted/fs/Makefile.am |
| +++ b/libparted/fs/Makefile.am |
| @@ -3,7 +3,7 @@ |
| # |
| # This file may be modified and/or distributed without restriction. |
| |
| -partedincludedir = -I$(top_builddir)/include -I$(top_srcdir)/include |
| +partedincludedir = -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/lib |
| |
| AM_CFLAGS = $(WARN_CFLAGS) |
| |