aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-02-04 15:36:28 +0000
committerBart Polot <bart@net.in.tum.de>2014-02-04 15:36:28 +0000
commit5c78bfb6e36bec2d98041a942856c9eb49ca7a6a (patch)
tree3ce17542d49fe639d84c5a3f276b602a944b6922 /src/mesh/Makefile.am
parent40b9b52fe514b331d93ced389bb273a57139e9ce (diff)
downloadgnunet-5c78bfb6e36bec2d98041a942856c9eb49ca7a6a.tar.gz
gnunet-5c78bfb6e36bec2d98041a942856c9eb49ca7a6a.zip
- add hello lib
Diffstat (limited to 'src/mesh/Makefile.am')
-rw-r--r--src/mesh/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index 13f1d01c2..35f06f8d2 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -81,6 +81,7 @@ gnunet_service_mesh_LDADD = \
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 \
83 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 83 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
84 $(top_builddir)/src/hello/libgnunethello.la \
84 $(top_builddir)/src/block/libgnunetblock.la 85 $(top_builddir)/src/block/libgnunetblock.la
85gnunet_service_mesh_DEPENDENCIES = \ 86gnunet_service_mesh_DEPENDENCIES = \
86 $(top_builddir)/src/util/libgnunetutil.la \ 87 $(top_builddir)/src/util/libgnunetutil.la \
@@ -89,6 +90,7 @@ gnunet_service_mesh_DEPENDENCIES = \
89 $(top_builddir)/src/dht/libgnunetdht.la \ 90 $(top_builddir)/src/dht/libgnunetdht.la \
90 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 91 $(top_builddir)/src/statistics/libgnunetstatistics.la \
91 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 92 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
93 $(top_builddir)/src/hello/libgnunethello.la \
92 $(top_builddir)/src/block/libgnunetblock.la 94 $(top_builddir)/src/block/libgnunetblock.la
93if LINUX 95if LINUX
94 gnunet_service_mesh_LDFLAGS = -lrt 96 gnunet_service_mesh_LDFLAGS = -lrt