aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-14 12:03:27 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-14 12:03:27 +0000
commit21f92c1b07d8361c270fa08f9f41d78a3e8e18b3 (patch)
tree05f459cf0e3ac0ba7449a5f3858e8d4a99aaeca2 /src/namestore/Makefile.am
parente51680451bf6f8fcdfb7bccecee3764f57e1c125 (diff)
downloadgnunet-21f92c1b07d8361c270fa08f9f41d78a3e8e18b3.tar.gz
gnunet-21f92c1b07d8361c270fa08f9f41d78a3e8e18b3.zip
-LRN: more dependency fixes
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 34cf4e183..8b328b1a8 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -107,7 +107,6 @@ libgnunet_plugin_namestore_sqlite_la_LIBADD = \
107libgnunet_plugin_namestore_sqlite_la_LDFLAGS = \ 107libgnunet_plugin_namestore_sqlite_la_LDFLAGS = \
108 $(GN_PLUGIN_LDFLAGS) 108 $(GN_PLUGIN_LDFLAGS)
109libgnunet_plugin_namestore_sqlite_la_DEPENDENCIES = \ 109libgnunet_plugin_namestore_sqlite_la_DEPENDENCIES = \
110 $(top_builddir)/src/namestore/libgnunetnamestore.la \
111 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 110 $(top_builddir)/src/statistics/libgnunetstatistics.la \
112 $(top_builddir)/src/util/libgnunetutil.la \ 111 $(top_builddir)/src/util/libgnunetutil.la \
113 libgnunetnamestore.la 112 libgnunetnamestore.la
@@ -124,7 +123,6 @@ libgnunet_plugin_namestore_postgres_la_LIBADD = \
124libgnunet_plugin_namestore_postgres_la_LDFLAGS = \ 123libgnunet_plugin_namestore_postgres_la_LDFLAGS = \
125 $(GN_PLUGIN_LDFLAGS) 124 $(GN_PLUGIN_LDFLAGS)
126libgnunet_plugin_namestore_postgres_la_DEPENDENCIES = \ 125libgnunet_plugin_namestore_postgres_la_DEPENDENCIES = \
127 $(top_builddir)/src/namestore/libgnunetnamestore.la \
128 $(top_builddir)/src/postgres/libgnunetpostgres.la \ 126 $(top_builddir)/src/postgres/libgnunetpostgres.la \
129 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 127 $(top_builddir)/src/statistics/libgnunetstatistics.la \
130 $(top_builddir)/src/util/libgnunetutil.la \ 128 $(top_builddir)/src/util/libgnunetutil.la \