From: Bruno Haible Date: Sun, 18 Aug 2019 14:40:51 +0000 (+0200) Subject: libtextstyle: Fix VPATH build (regression from yesterday). X-Git-Tag: v0.20.2~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53695dffa181cf3b5d06137ecae6697e8cf4a5b5;p=thirdparty%2Fgettext.git libtextstyle: Fix VPATH build (regression from yesterday). * libtextstyle/lib/Makefile.am (AM_CPPFLAGS): Search also the glib subdirectory of the build dir. --- 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: