From 90373f22da5da9a36d626dd7d28b2161107d424d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 25 Aug 2014 20:26:19 +0200 Subject: [PATCH] core: fix build of tests with autotools (cherry picked from commit 5424c5f9de9f7134eb3e98adc7a3889dddf6c3aa) --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index a093cce84..e5b2c39a1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -17,7 +17,7 @@ # along with WeeChat. If not, see . # -AM_CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" $(CPPUTEST_CFLAGS) +AM_CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" $(CPPUTEST_CFLAGS) -I$(abs_top_srcdir) noinst_LIBRARIES = lib_ncurses_fake.a lib_weechat_unit_tests.a