From: Bruno Haible Date: Wed, 24 Jul 2024 23:55:39 +0000 (+0200) Subject: build: Make VPATH and non-VPATH builds behave the same. X-Git-Tag: v0.23~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1321e0473df99157d29b01ed95f2a00c18608b7a;p=thirdparty%2Fgettext.git build: Make VPATH and non-VPATH builds behave the same. * gettext-tools/src/Makefile.am (AM_CPPFLAGS): Add -I option for libgrep directory in the build dir. --- diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am index f51bb64dc..6cb3a0ce5 100644 --- a/gettext-tools/src/Makefile.am +++ b/gettext-tools/src/Makefile.am @@ -103,7 +103,7 @@ pkglibexecdir = $(libexecdir)/gettext # The option -I$(top_srcdir) is needed so that woe32dll/export.h is found. AM_CPPFLAGS = \ -I$(top_srcdir) \ - -I$(top_srcdir)/libgrep \ + -I../libgrep -I$(top_srcdir)/libgrep \ -I../gnulib-lib -I$(top_srcdir)/gnulib-lib \ -I../../gettext-runtime/intl -I$(top_srcdir)/../gettext-runtime/intl DEFS = \