summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian C. Lane <bcl@redhat.com>2020-12-11 16:23:47 -0800
committerBrian C. Lane <bcl@redhat.com>2020-12-11 16:24:07 -0800
commit87ca9bbf829150cbf119cf6a95ccac4c11678643 (patch)
tree2ef35119837cbb3d33abfe67f018d65af03656f7
parent1e75f5660f95ce615096bce9ce45fa6230f42d24 (diff)
downloadparted-87ca9bbf829150cbf119cf6a95ccac4c11678643.tar.gz
libparted/fs: Add ./lib to include search path
-rw-r--r--libparted/fs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libparted/fs/Makefile.am b/libparted/fs/Makefile.am
index 81db8c8..fcb04b0 100644
--- a/libparted/fs/Makefile.am
+++ b/libparted/fs/Makefile.am
@@ -4,7 +4,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)