aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-09-13 13:54:57 +0000
committerChristian Grothoff <christian@grothoff.org>2014-09-13 13:54:57 +0000
commitd94c5185fcdf47c6a57d3233b946fa7e621f7ad9 (patch)
tree1ded577285183d6457bde8787b9bccaa01f12143 /src/scalarproduct/Makefile.am
parente184df6030ab5c5374fe3b8a94482ff5a30c1580 (diff)
downloadgnunet-d94c5185fcdf47c6a57d3233b946fa7e621f7ad9.tar.gz
gnunet-d94c5185fcdf47c6a57d3233b946fa7e621f7ad9.zip
fixing parallel build, getting rid of useless _DEPENDENCIES declarations
Diffstat (limited to 'src/scalarproduct/Makefile.am')
-rw-r--r--src/scalarproduct/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/scalarproduct/Makefile.am b/src/scalarproduct/Makefile.am
index a92e684f4..071720812 100644
--- a/src/scalarproduct/Makefile.am
+++ b/src/scalarproduct/Makefile.am
@@ -28,12 +28,10 @@ gnunet_scalarproduct_SOURCES = \
28 gnunet-scalarproduct.c 28 gnunet-scalarproduct.c
29gnunet_scalarproduct_LDADD = \ 29gnunet_scalarproduct_LDADD = \
30 $(top_builddir)/src/util/libgnunetutil.la \ 30 $(top_builddir)/src/util/libgnunetutil.la \
31 $(top_builddir)/src/scalarproduct/libgnunetscalarproduct.la \ 31 libgnunetscalarproduct.la \
32 $(LIBGCRYPT_LIBS) \ 32 $(LIBGCRYPT_LIBS) \
33 -lgcrypt \ 33 -lgcrypt \
34 $(GN_LIBINTL) 34 $(GN_LIBINTL)
35gnunet_scalarproduct_DEPENDENCIES = \
36 libgnunetscalarproduct.la
37 35
38gnunet_service_scalarproduct_SOURCES = \ 36gnunet_service_scalarproduct_SOURCES = \
39 gnunet-service-scalarproduct.c 37 gnunet-service-scalarproduct.c