aboutsummaryrefslogtreecommitdiff
path: root/src/psyc
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/psyc
parente184df6030ab5c5374fe3b8a94482ff5a30c1580 (diff)
downloadgnunet-d94c5185fcdf47c6a57d3233b946fa7e621f7ad9.tar.gz
gnunet-d94c5185fcdf47c6a57d3233b946fa7e621f7ad9.zip
fixing parallel build, getting rid of useless _DEPENDENCIES declarations
Diffstat (limited to 'src/psyc')
-rw-r--r--src/psyc/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/psyc/Makefile.am b/src/psyc/Makefile.am
index 3f17d2d1e..453227e79 100644
--- a/src/psyc/Makefile.am
+++ b/src/psyc/Makefile.am
@@ -28,9 +28,6 @@ libgnunetpsycutil_la_LIBADD = \
28libgnunetpsycutil_la_LDFLAGS = \ 28libgnunetpsycutil_la_LDFLAGS = \
29 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 29 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
30 -version-info 0:0:0 30 -version-info 0:0:0
31libgnunetpsycutil_la_DEPENDENCIES = \
32 $(top_builddir)/src/util/libgnunetutil.la \
33 $(top_builddir)/src/env/libgnunetenv.la
34 31
35libgnunetpsyc_la_SOURCES = \ 32libgnunetpsyc_la_SOURCES = \
36 psyc_api.c psyc.h 33 psyc_api.c psyc.h
@@ -42,10 +39,6 @@ libgnunetpsyc_la_LIBADD = \
42libgnunetpsyc_la_LDFLAGS = \ 39libgnunetpsyc_la_LDFLAGS = \
43 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 40 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
44 -version-info 0:0:0 41 -version-info 0:0:0
45libgnunetpsyc_la_DEPENDENCIES = \
46 $(top_builddir)/src/util/libgnunetutil.la \
47 $(top_builddir)/src/env/libgnunetenv.la \
48 libgnunetpsycutil.la
49 42
50bin_PROGRAMS = 43bin_PROGRAMS =
51 44
@@ -61,12 +54,6 @@ gnunet_service_psyc_LDADD = \
61 $(top_builddir)/src/psycstore/libgnunetpsycstore.la \ 54 $(top_builddir)/src/psycstore/libgnunetpsycstore.la \
62 libgnunetpsycutil.la \ 55 libgnunetpsycutil.la \
63 $(GN_LIBINTL) 56 $(GN_LIBINTL)
64gnunet_service_psyc_DEPENDENCIES = \
65 $(top_builddir)/src/util/libgnunetutil.la \
66 $(top_builddir)/src/statistics/libgnunetstatistics.la \
67 $(top_builddir)/src/multicast/libgnunetmulticast.la \
68 $(top_builddir)/src/psycstore/libgnunetpsycstore.la \
69 libgnunetpsycutil.la
70gnunet_service_psyc_CFLAGS = $(AM_CFLAGS) 57gnunet_service_psyc_CFLAGS = $(AM_CFLAGS)
71 58
72 59
@@ -89,13 +76,6 @@ test_psyc_LDADD = \
89 $(top_builddir)/src/core/libgnunetcore.la \ 76 $(top_builddir)/src/core/libgnunetcore.la \
90 $(top_builddir)/src/env/libgnunetenv.la \ 77 $(top_builddir)/src/env/libgnunetenv.la \
91 $(top_builddir)/src/util/libgnunetutil.la 78 $(top_builddir)/src/util/libgnunetutil.la
92test_psyc_DEPENDENCIES = \
93 libgnunetpsyc.la \
94 libgnunetpsycutil.la \
95 $(top_builddir)/src/testing/libgnunettesting.la \
96 $(top_builddir)/src/core/libgnunetcore.la \
97 $(top_builddir)/src/env/libgnunetenv.la \
98 $(top_builddir)/src/util/libgnunetutil.la
99 79
100EXTRA_DIST = \ 80EXTRA_DIST = \
101 test_psyc.conf 81 test_psyc.conf