aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-31 19:21:03 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-31 19:21:03 +0000
commit9839451a4a8344322d6a1578540e2eb1919427d7 (patch)
tree9b3073727d059805ac94598a78a13d309111d8cf /src/scalarproduct/Makefile.am
parent7d8f30700625ba1a94cbdb66362d92943a447412 (diff)
downloadgnunet-9839451a4a8344322d6a1578540e2eb1919427d7.tar.gz
gnunet-9839451a4a8344322d6a1578540e2eb1919427d7.zip
trying to fix #3006, libltdl detection on FreeBSD
Diffstat (limited to 'src/scalarproduct/Makefile.am')
-rw-r--r--src/scalarproduct/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/scalarproduct/Makefile.am b/src/scalarproduct/Makefile.am
index 33d7df571..e0cc72b01 100644
--- a/src/scalarproduct/Makefile.am
+++ b/src/scalarproduct/Makefile.am
@@ -64,13 +64,6 @@ if ENABLE_TEST_RUN
64 TESTS = $(check_PROGRAMS) 64 TESTS = $(check_PROGRAMS)
65endif 65endif
66 66
67test_consensus_api_SOURCES = \
68 test_consensus_api.c
69test_consensus_api_LDADD = \
70 $(top_builddir)/src/util/libgnunetutil.la \
71 $(top_builddir)/src/testing/libgnunettesting.la \
72 $(top_builddir)/src/consensus/libgnunetconsensus.la
73
74test_scalarproduct_api_SOURCES = \ 67test_scalarproduct_api_SOURCES = \
75 test_scalarproduct_api.c 68 test_scalarproduct_api.c
76test_scalarproduct_api_LDADD = \ 69test_scalarproduct_api_LDADD = \