diff options
author | wachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-11-05 09:06:53 +0000 |
---|---|---|
committer | wachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-11-05 09:06:53 +0000 |
commit | 1ddce943e6b2b1f01c3b1487618861b39b6e72c7 (patch) | |
tree | 284bc944ae44ce5af54e35fc1d3d92f4188a913e /contrib | |
parent | 87e404108423a414d67c84b93b828505496de857 (diff) |
make check fails in root dir
git-svn-id: https://gnunet.org/svn/gnunet@24699 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 501758369b..b350d3c160 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -58,6 +58,7 @@ test_gnunet_prefix_SOURCES = \ test_gnunet_prefix_LDADD = \ $(GCLIBADD) $(WINLIB) \ $(LTLIBICONV) \ + $(GN_LIBINTL) \ -lltdl -lunistring $(XLIB) pkghellodir= $(pkgdatadir)/hellos |