aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-10 14:54:34 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-10 14:54:34 +0000
commit5d1fce16859e1263decfb1113957607e7468e792 (patch)
tree3aab73cbf0e0c58f839f94e170937ae92028ea32 /src/mesh
parent88700d037946444adf3c7c1c169adca0516ff153 (diff)
downloadgnunet-5d1fce16859e1263decfb1113957607e7468e792.tar.gz
gnunet-5d1fce16859e1263decfb1113957607e7468e792.zip
include
Diffstat (limited to 'src/mesh')
-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 348fc687a..7cdf98c98 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -17,7 +17,7 @@ lib_LTLIBRARIES = \
17 libgnunetmeshnew.la 17 libgnunetmeshnew.la
18 18
19libgnunetmesh_la_SOURCES = \ 19libgnunetmesh_la_SOURCES = \
20 mesh_api.c 20 mesh_api.c mesh_protocol.h
21libgnunetmesh_la_LIBADD = \ 21libgnunetmesh_la_LIBADD = \
22 $(top_builddir)/src/util/libgnunetutil.la \ 22 $(top_builddir)/src/util/libgnunetutil.la \
23 $(top_builddir)/src/core/libgnunetcore.la \ 23 $(top_builddir)/src/core/libgnunetcore.la \