aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore
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/psycstore
parente184df6030ab5c5374fe3b8a94482ff5a30c1580 (diff)
downloadgnunet-d94c5185fcdf47c6a57d3233b946fa7e621f7ad9.tar.gz
gnunet-d94c5185fcdf47c6a57d3233b946fa7e621f7ad9.zip
fixing parallel build, getting rid of useless _DEPENDENCIES declarations
Diffstat (limited to 'src/psycstore')
-rw-r--r--src/psycstore/Makefile.am20
1 files changed, 3 insertions, 17 deletions
diff --git a/src/psycstore/Makefile.am b/src/psycstore/Makefile.am
index e27113b81..8dbd5f053 100644
--- a/src/psycstore/Makefile.am
+++ b/src/psycstore/Makefile.am
@@ -37,8 +37,6 @@ libgnunetpsycstore_la_LIBADD = \
37libgnunetpsycstore_la_LDFLAGS = \ 37libgnunetpsycstore_la_LDFLAGS = \
38 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 38 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
39 -version-info 0:0:0 39 -version-info 0:0:0
40libgnunetpsycstore_la_DEPENDENCIES = \
41 $(top_builddir)/src/util/libgnunetutil.la
42 40
43bin_PROGRAMS = 41bin_PROGRAMS =
44 42
@@ -51,10 +49,6 @@ gnunet_service_psycstore_LDADD = \
51 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 49 $(top_builddir)/src/statistics/libgnunetstatistics.la \
52 $(top_builddir)/src/util/libgnunetutil.la \ 50 $(top_builddir)/src/util/libgnunetutil.la \
53 $(GN_LIBINTL) 51 $(GN_LIBINTL)
54gnunet_service_psycstore_DEPENDENCIES = \
55 $(top_builddir)/src/statistics/libgnunetstatistics.la \
56 $(top_builddir)/src/util/libgnunetutil.la
57
58 52
59plugin_LTLIBRARIES = \ 53plugin_LTLIBRARIES = \
60 $(SQLITE_PLUGIN) 54 $(SQLITE_PLUGIN)
@@ -62,16 +56,12 @@ plugin_LTLIBRARIES = \
62libgnunet_plugin_psycstore_sqlite_la_SOURCES = \ 56libgnunet_plugin_psycstore_sqlite_la_SOURCES = \
63 plugin_psycstore_sqlite.c 57 plugin_psycstore_sqlite.c
64libgnunet_plugin_psycstore_sqlite_la_LIBADD = \ 58libgnunet_plugin_psycstore_sqlite_la_LIBADD = \
65 $(top_builddir)/src/psycstore/libgnunetpsycstore.la \ 59 libgnunetpsycstore.la \
66 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 60 $(top_builddir)/src/statistics/libgnunetstatistics.la \
67 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 \ 61 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 \
68 $(LTLIBINTL) 62 $(LTLIBINTL)
69libgnunet_plugin_psycstore_sqlite_la_LDFLAGS = \ 63libgnunet_plugin_psycstore_sqlite_la_LDFLAGS = \
70 $(GN_PLUGIN_LDFLAGS) 64 $(GN_PLUGIN_LDFLAGS)
71libgnunet_plugin_psycstore_sqlite_la_DEPENDENCIES = \
72 $(top_builddir)/src/statistics/libgnunetstatistics.la \
73 $(top_builddir)/src/util/libgnunetutil.la \
74 libgnunetpsycstore.la
75 65
76 66
77if HAVE_TESTING 67if HAVE_TESTING
@@ -91,10 +81,6 @@ test_psycstore_LDADD = \
91 libgnunetpsycstore.la \ 81 libgnunetpsycstore.la \
92 $(top_builddir)/src/testing/libgnunettesting.la \ 82 $(top_builddir)/src/testing/libgnunettesting.la \
93 $(top_builddir)/src/util/libgnunetutil.la 83 $(top_builddir)/src/util/libgnunetutil.la
94test_psycstore_DEPENDENCIES = \
95 libgnunetpsycstore.la \
96 $(top_builddir)/src/testing/libgnunettesting.la \
97 $(top_builddir)/src/util/libgnunetutil.la
98 84
99EXTRA_DIST = \ 85EXTRA_DIST = \
100 test_psycstore.conf 86 test_psycstore.conf
@@ -103,5 +89,5 @@ EXTRA_DIST = \
103test_plugin_psycstore_sqlite_SOURCES = \ 89test_plugin_psycstore_sqlite_SOURCES = \
104 test_plugin_psycstore.c 90 test_plugin_psycstore.c
105test_plugin_psycstore_sqlite_LDADD = \ 91test_plugin_psycstore_sqlite_LDADD = \
106 $(top_builddir)/src/testing/libgnunettesting.la \ 92 $(top_builddir)/src/testing/libgnunettesting.la \
107 $(top_builddir)/src/util/libgnunetutil.la 93 $(top_builddir)/src/util/libgnunetutil.la