diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-25 20:26:19 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-25 20:26:19 +0200 |
commit | 5424c5f9de9f7134eb3e98adc7a3889dddf6c3aa (patch) | |
tree | c790c22b30ad4a968705571c07642d7719947b65 | |
parent | f39b37351c509c180475dbdfbe01001ebfac13a4 (diff) | |
download | weechat-5424c5f9de9f7134eb3e98adc7a3889dddf6c3aa.zip |
core: fix build of tests with autotools
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. # -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 |