aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-06 12:26:00 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-06 12:26:00 +0000
commitc29bb29f2be760d1fe4fa156a71b99a3bd277fd6 (patch)
treebf126d7c9b91b20b9306958d7f1a4f79ca874fd4 /contrib
parent70c09a90057de9481f2b518e47d9cc176d22e0ed (diff)
downloadgnunet-c29bb29f2be760d1fe4fa156a71b99a3bd277fd6.tar.gz
gnunet-c29bb29f2be760d1fe4fa156a71b99a3bd277fd6.zip
-fix linkage on FreeBSD
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 307dd553f..b10b05b41 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -46,7 +46,7 @@ check_PROGRAMS = \
46test_gnunet_prefix_SOURCES = \ 46test_gnunet_prefix_SOURCES = \
47 test_gnunet_prefix.c 47 test_gnunet_prefix.c
48 48
49test_gnunet_prefix_LIBADD = \ 49test_gnunet_prefix_LDADD = \
50 $(GCLIBADD) $(WINLIB) \ 50 $(GCLIBADD) $(WINLIB) \
51 $(LTLIBICONV) \ 51 $(LTLIBICONV) \
52 -lltdl -lunistring $(XLIB) 52 -lltdl -lunistring $(XLIB)