aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-17 14:43:46 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-17 14:43:46 +0000
commit9eb7267ef8f98dbff65216567c18ff5dee3dac2e (patch)
treeebc3ca4572f2ecc333e18c00138bc44fa5bf8bae /src/gns/Makefile.am
parent7cded841d917561ea812f858d7dabd11979f0202 (diff)
downloadgnunet-9eb7267ef8f98dbff65216567c18ff5dee3dac2e.tar.gz
gnunet-9eb7267ef8f98dbff65216567c18ff5dee3dac2e.zip
-fixes
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 9a2573b91..da6da331e 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -206,13 +206,13 @@ libgnunet_plugin_block_gns_la_SOURCES = \
206libgnunet_plugin_block_gns_la_LIBADD = \ 206libgnunet_plugin_block_gns_la_LIBADD = \
207 $(top_builddir)/src/util/libgnunetutil.la \ 207 $(top_builddir)/src/util/libgnunetutil.la \
208 $(top_builddir)/src/block/libgnunetblock.la \ 208 $(top_builddir)/src/block/libgnunetblock.la \
209 $(top_builddir)/src/namestore/libgnunetnamestore.la 209 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la
210libgnunet_plugin_block_gns_la_LDFLAGS = \ 210libgnunet_plugin_block_gns_la_LDFLAGS = \
211 $(GN_PLUGIN_LDFLAGS) 211 $(GN_PLUGIN_LDFLAGS)
212libgnunet_plugin_block_gns_la_DEPENDENCIES = \ 212libgnunet_plugin_block_gns_la_DEPENDENCIES = \
213 $(top_builddir)/src/util/libgnunetutil.la \ 213 $(top_builddir)/src/util/libgnunetutil.la \
214 $(top_builddir)/src/block/libgnunetblock.la \ 214 $(top_builddir)/src/block/libgnunetblock.la \
215 $(top_builddir)/src/namestore/libgnunetnamestore.la 215 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la
216 216
217 217
218check_SCRIPTS = \ 218check_SCRIPTS = \