aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/Makefile.am')
-rw-r--r--src/mesh/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index 6c2b62a69..c1c84ae7d 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -116,7 +116,7 @@ endif
116 116
117noinst_PROGRAMS = \ 117noinst_PROGRAMS = \
118 gnunet-regex-profiler \ 118 gnunet-regex-profiler \
119 gnunet-service-regexprofiler 119 gnunet-daemon-regexprofiler
120 120
121gnunet_regex_profiler_SOURCES = \ 121gnunet_regex_profiler_SOURCES = \
122 gnunet-regex-profiler.c 122 gnunet-regex-profiler.c
@@ -129,13 +129,13 @@ gnunet_regex_profiler_LDADD = \
129gnunet_regex_profiler_DEPENDENCIES = \ 129gnunet_regex_profiler_DEPENDENCIES = \
130 libgnunetmesh.la 130 libgnunetmesh.la
131 131
132gnunet_service_regexprofiler_SOURCES = \ 132gnunet_daemon_regexprofiler_SOURCES = \
133 gnunet-service-regexprofiler.c 133 gnunet-daemon-regexprofiler.c
134gnunet_service_regexprofiler_LDADD = \ 134gnunet_daemon_regexprofiler_LDADD = \
135 $(top_builddir)/src/util/libgnunetutil.la \ 135 $(top_builddir)/src/util/libgnunetutil.la \
136 $(top_builddir)/src/mesh/libgnunetmesh.la \ 136 $(top_builddir)/src/mesh/libgnunetmesh.la \
137 $(top_builddir)/src/statistics/libgnunetstatistics.la 137 $(top_builddir)/src/statistics/libgnunetstatistics.la
138gnunet_service_regexprofiler_DEPENDENCIES = \ 138gnunet_daemon_regexprofiler_DEPENDENCIES = \
139 libgnunetmesh.la 139 libgnunetmesh.la
140 140
141check_PROGRAMS = \ 141check_PROGRAMS = \