aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-01 08:10:41 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-01 08:10:41 +0000
commit9aa125f8abd4d1e87df7d8d941f8c0ccae2c1a56 (patch)
tree61383a22c109002eb89ca40c69c25725e55d328e /src/nse
parent6eca06b41b3f4153926b95ef5050b008115ac69a (diff)
downloadgnunet-9aa125f8abd4d1e87df7d8d941f8c0ccae2c1a56.tar.gz
gnunet-9aa125f8abd4d1e87df7d8d941f8c0ccae2c1a56.zip
rename
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/Makefile.am14
-rw-r--r--src/nse/gnunet-nse-profiler.c (renamed from src/nse/nse-profiler.c)0
2 files changed, 8 insertions, 6 deletions
diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am
index 38d64ab90..9a2229a00 100644
--- a/src/nse/Makefile.am
+++ b/src/nse/Makefile.am
@@ -23,17 +23,19 @@ libgnunetnse_la_LDFLAGS = \
23 23
24 24
25bin_PROGRAMS = \ 25bin_PROGRAMS = \
26 gnunet-service-nse \ 26 gnunet-service-nse
27 nse-profiler
28 27
29nse_profiler_SOURCES = \ 28noinst_PROGRAMS = \
30 nse-profiler.c 29 gnunet-nse-profiler
31nse_profiler_LDADD = -lm \ 30
31gnunet_nse_profiler_SOURCES = \
32 gnunet-nse-profiler.c
33gnunet_nse_profiler_LDADD = -lm \
32 $(top_builddir)/src/nse/libgnunetnse.la \ 34 $(top_builddir)/src/nse/libgnunetnse.la \
33 $(top_builddir)/src/util/libgnunetutil.la \ 35 $(top_builddir)/src/util/libgnunetutil.la \
34 $(top_builddir)/src/testing/libgnunettesting.la \ 36 $(top_builddir)/src/testing/libgnunettesting.la \
35 $(GN_LIBINTL) 37 $(GN_LIBINTL)
36nse_profiler_DEPENDENCIES = \ 38gnunet_nse_profiler_DEPENDENCIES = \
37 libgnunetnse.la 39 libgnunetnse.la
38 40
39gnunet_service_nse_SOURCES = \ 41gnunet_service_nse_SOURCES = \
diff --git a/src/nse/nse-profiler.c b/src/nse/gnunet-nse-profiler.c
index d32456a1c..d32456a1c 100644
--- a/src/nse/nse-profiler.c
+++ b/src/nse/gnunet-nse-profiler.c