projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f417e32
)
add math lib, remove noinst temporarily
author
Nathan S. Evans
<evans@in.tum.de>
Tue, 26 Jul 2011 09:32:16 +0000
(09:32 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Tue, 26 Jul 2011 09:32:16 +0000
(09:32 +0000)
src/nse/Makefile.am
patch
|
blob
|
history
diff --git
a/src/nse/Makefile.am
b/src/nse/Makefile.am
index 78e3e3d1759b426e8c15719d9480386d41cb9d3d..d9cf952bf4a149964a596d69f0ef913b9b853692 100644
(file)
--- a/
src/nse/Makefile.am
+++ b/
src/nse/Makefile.am
@@
-23,9
+23,7
@@
libgnunetnse_la_LDFLAGS = \
bin_PROGRAMS = \
- gnunet-service-nse
-
-noinst_PROGRAMS = \
+ gnunet-service-nse \
nse-profiler
nse_profiler_SOURCES = \
@@
-34,6
+32,7
@@
nse_profiler_LDADD = -lm \
$(top_builddir)/src/nse/libgnunetnse.la \
$(top_builddir)/src/util/libgnunetutil.la \
$(top_builddir)/src/testing/libgnunettesting.la \
+ -lm \
$(GN_LIBINTL)
nse_profiler_DEPENDENCIES = \
libgnunetnse.la