From 53695dffa181cf3b5d06137ecae6697e8cf4a5b5 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 18 Aug 2019 16:40:51 +0200 Subject: [PATCH] libtextstyle: Fix VPATH build (regression from yesterday). * libtextstyle/lib/Makefile.am (AM_CPPFLAGS): Search also the glib subdirectory of the build dir. --- libtextstyle/lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/libtextstyle/lib/Makefile.am b/libtextstyle/lib/Makefile.am index cd33960b1..1b182a02f 100644 --- a/libtextstyle/lib/Makefile.am +++ b/libtextstyle/lib/Makefile.am @@ -39,6 +39,7 @@ noinst_HEADERS = notinline.h AM_CPPFLAGS = \ -I. -I$(srcdir) \ -I$(top_builddir) -I$(top_srcdir) \ + -Iglib \ -DIN_LIBTEXTSTYLE # Parameterization of the 'libxml' module: -- 2.47.2