aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-11 12:04:45 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-11 12:04:45 +0000
commitec20f94018ddbb5edd52b8e6840d99c5b84ee020 (patch)
treece3c21ceb18665e1950c286ae4a5dd9a2797e127 /src/mesh
parent699795bc2e42aa838819965ede08e4cca34fedba (diff)
downloadgnunet-ec20f94018ddbb5edd52b8e6840d99c5b84ee020.tar.gz
gnunet-ec20f94018ddbb5edd52b8e6840d99c5b84ee020.zip
fix
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index 258f5e25e..348fc687a 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -9,7 +9,7 @@ if USE_COVERAGE
9 XLIB = -lgcov 9 XLIB = -lgcov
10endif 10endif
11 11
12bin_PROGRAMS = $(STUD_PROGS) \ 12bin_PROGRAMS = \
13 gnunet-service-mesh 13 gnunet-service-mesh
14 14
15lib_LTLIBRARIES = \ 15lib_LTLIBRARIES = \
@@ -44,7 +44,7 @@ libgnunetmeshnew_la_LDFLAGS = \
44 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 44 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
45 -version-info 0:0:0 45 -version-info 0:0:0
46 46
47check_PROGRAMS = $(STUD_TESTS) \ 47check_PROGRAMS = \
48 test_mesh_api 48 test_mesh_api
49 49
50test_mesh_api_SOURCES = \ 50test_mesh_api_SOURCES = \