From 5bcda7889ae905afac4d97d95ea4f44dba2143dc Mon Sep 17 00:00:00 2001 From: David Barksdale Date: Sun, 23 Jun 2013 16:23:08 +0000 Subject: Make --with-included-ltdl work. --- contrib/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 01919d4f2..e32ab0e28 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -82,11 +82,14 @@ TESTS = $(check_PROGRAMS) test_gnunet_prefix_SOURCES = \ test_gnunet_prefix.c +test_gnunet_prefix_CPPFLAGS = \ + $(LTDLINCL) + test_gnunet_prefix_LDADD = \ $(GCLIBADD) $(WINLIB) \ $(LTLIBICONV) \ $(GN_LIBINTL) \ - -lltdl -lunistring $(XLIB) + $(LIBLTDL) -lunistring $(XLIB) pkghellodir= $(pkgdatadir)/hellos -- cgit v1.2.3