From 70c09a90057de9481f2b518e47d9cc176d22e0ed Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 6 May 2012 12:25:46 +0000 Subject: [PATCH] -fix linkage on FreeBSD --- contrib/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contrib/Makefile.am b/contrib/Makefile.am index d5797adb4..307dd553f 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -46,6 +46,11 @@ check_PROGRAMS = \ test_gnunet_prefix_SOURCES = \ test_gnunet_prefix.c +test_gnunet_prefix_LIBADD = \ + $(GCLIBADD) $(WINLIB) \ + $(LTLIBICONV) \ + -lltdl -lunistring $(XLIB) + pkghellodir= $(pkgdatadir)/hellos install-data-local: -- 2.25.1