diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2012-11-05 09:06:53 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2012-11-05 09:06:53 +0000 |
commit | e57aa5f705a7fd9399487f45c88213243d1c8037 (patch) | |
tree | 284bc944ae44ce5af54e35fc1d3d92f4188a913e /contrib | |
parent | 2e974e56c610614545a0dffbe81a4dfe3bceeb9a (diff) |
make check fails in root dir
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 501758369..b350d3c16 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 |