aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
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/peerinfo
parente184df6030ab5c5374fe3b8a94482ff5a30c1580 (diff)
downloadgnunet-d94c5185fcdf47c6a57d3233b946fa7e621f7ad9.tar.gz
gnunet-d94c5185fcdf47c6a57d3233b946fa7e621f7ad9.zip
fixing parallel build, getting rid of useless _DEPENDENCIES declarations
Diffstat (limited to 'src/peerinfo')
-rw-r--r--src/peerinfo/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am
index f4e820253..2c2483d1b 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -65,7 +65,7 @@ test_peerinfo_shipped_hellos_SOURCES = \
65 test_peerinfo_shipped_hellos.c 65 test_peerinfo_shipped_hellos.c
66test_peerinfo_shipped_hellos_LDADD = \ 66test_peerinfo_shipped_hellos_LDADD = \
67 $(top_builddir)/src/hello/libgnunethello.la \ 67 $(top_builddir)/src/hello/libgnunethello.la \
68 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 68 libgnunetpeerinfo.la \
69 $(top_builddir)/src/testing/libgnunettesting.la \ 69 $(top_builddir)/src/testing/libgnunettesting.la \
70 $(top_builddir)/src/util/libgnunetutil.la 70 $(top_builddir)/src/util/libgnunetutil.la
71 71
@@ -73,7 +73,7 @@ test_peerinfo_api_SOURCES = \
73 test_peerinfo_api.c 73 test_peerinfo_api.c
74test_peerinfo_api_LDADD = \ 74test_peerinfo_api_LDADD = \
75 $(top_builddir)/src/hello/libgnunethello.la \ 75 $(top_builddir)/src/hello/libgnunethello.la \
76 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 76 libgnunetpeerinfo.la \
77 $(top_builddir)/src/testing/libgnunettesting.la \ 77 $(top_builddir)/src/testing/libgnunettesting.la \
78 $(top_builddir)/src/util/libgnunetutil.la 78 $(top_builddir)/src/util/libgnunetutil.la
79 79
@@ -81,7 +81,7 @@ test_peerinfo_api_friend_only_SOURCES = \
81 test_peerinfo_api_friend_only.c 81 test_peerinfo_api_friend_only.c
82test_peerinfo_api_friend_only_LDADD = \ 82test_peerinfo_api_friend_only_LDADD = \
83 $(top_builddir)/src/hello/libgnunethello.la \ 83 $(top_builddir)/src/hello/libgnunethello.la \
84 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 84 libgnunetpeerinfo.la \
85 $(top_builddir)/src/testing/libgnunettesting.la \ 85 $(top_builddir)/src/testing/libgnunettesting.la \
86 $(top_builddir)/src/util/libgnunetutil.la 86 $(top_builddir)/src/util/libgnunetutil.la
87 87
@@ -89,7 +89,7 @@ test_peerinfo_api_notify_friend_only_SOURCES = \
89 test_peerinfo_api_notify_friend_only.c 89 test_peerinfo_api_notify_friend_only.c
90test_peerinfo_api_notify_friend_only_LDADD = \ 90test_peerinfo_api_notify_friend_only_LDADD = \
91 $(top_builddir)/src/hello/libgnunethello.la \ 91 $(top_builddir)/src/hello/libgnunethello.la \
92 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 92 libgnunetpeerinfo.la \
93 $(top_builddir)/src/testing/libgnunettesting.la \ 93 $(top_builddir)/src/testing/libgnunettesting.la \
94 $(top_builddir)/src/util/libgnunetutil.la 94 $(top_builddir)/src/util/libgnunetutil.la
95 95
@@ -97,7 +97,7 @@ perf_peerinfo_api_SOURCES = \
97 perf_peerinfo_api.c 97 perf_peerinfo_api.c
98perf_peerinfo_api_LDADD = \ 98perf_peerinfo_api_LDADD = \
99 $(top_builddir)/src/hello/libgnunethello.la \ 99 $(top_builddir)/src/hello/libgnunethello.la \
100 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 100 libgnunetpeerinfo.la \
101 $(top_builddir)/src/testing/libgnunettesting.la \ 101 $(top_builddir)/src/testing/libgnunettesting.la \
102 $(top_builddir)/src/util/libgnunetutil.la 102 $(top_builddir)/src/util/libgnunetutil.la
103 103