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:
ac19bc1
)
-fix missing library link flags
author
Christian Grothoff
<christian@grothoff.org>
Wed, 7 Dec 2011 19:10:24 +0000
(19:10 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 7 Dec 2011 19:10:24 +0000
(19:10 +0000)
src/nse/Makefile.am
patch
|
blob
|
history
diff --git
a/src/nse/Makefile.am
b/src/nse/Makefile.am
index 48844bfc07d244cba98a1380324407466457eda8..695059c6462c9be5503eba78f520515fc7fc618f 100644
(file)
--- a/
src/nse/Makefile.am
+++ b/
src/nse/Makefile.am
@@
-38,6
+38,7
@@
gnunet_nse_profiler_SOURCES = \
gnunet_nse_profiler_LDADD = -lm \
$(top_builddir)/src/nse/libgnunetnse.la \
$(top_builddir)/src/util/libgnunetutil.la \
+ $(top_builddir)/src/statistics/libgnunetstatistics.la \
$(top_builddir)/src/testing/libgnunettesting.la \
$(GN_LIBINTL)
gnunet_nse_profiler_DEPENDENCIES = \