aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2014-02-04 13:32:13 +0000
committerLRN <lrn1986@gmail.com>2014-02-04 13:32:13 +0000
commitfd9d95880c1a2fa5c8ba7d72b233ad0e9b1c5b34 (patch)
tree93ed8054aca5d3f8bac28886e906790e0892df88 /src/mesh/Makefile.am
parentb632600b500f08d52cc1105314dcca49bd09a189 (diff)
downloadgnunet-fd9d95880c1a2fa5c8ba7d72b233ad0e9b1c5b34.tar.gz
gnunet-fd9d95880c1a2fa5c8ba7d72b233ad0e9b1c5b34.zip
Fix a typo
Diffstat (limited to 'src/mesh/Makefile.am')
-rw-r--r--src/mesh/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index fdb55cd58..13f1d01c2 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -76,7 +76,7 @@ gnunet_service_mesh_SOURCES = \
76gnunet_service_mesh_CFLAGS = $(AM_CFLAGS) 76gnunet_service_mesh_CFLAGS = $(AM_CFLAGS)
77gnunet_service_mesh_LDADD = \ 77gnunet_service_mesh_LDADD = \
78 $(top_builddir)/src/util/libgnunetutil.la \ 78 $(top_builddir)/src/util/libgnunetutil.la \
79 $(top_builddir)/src/transport>/libgnunettransport.la \ 79 $(top_builddir)/src/transport/libgnunettransport.la \
80 $(top_builddir)/src/core/libgnunetcore.la \ 80 $(top_builddir)/src/core/libgnunetcore.la \
81 $(top_builddir)/src/dht/libgnunetdht.la \ 81 $(top_builddir)/src/dht/libgnunetdht.la \
82 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 82 $(top_builddir)/src/statistics/libgnunetstatistics.la \