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:
923ba3b
)
add missing linker option
author
Christian Grothoff
<christian@grothoff.org>
Sun, 24 Jun 2018 12:30:45 +0000
(14:30 +0200)
committer
Christian Grothoff
<christian@grothoff.org>
Sun, 24 Jun 2018 12:30:45 +0000
(14:30 +0200)
src/ats-tests/Makefile.am
patch
|
blob
|
history
diff --git
a/src/ats-tests/Makefile.am
b/src/ats-tests/Makefile.am
index 53b37b5580544844fa93dda09eef142c51e3eeed..c85645b9d7a472877b6720adc2d410de808b0125 100644
(file)
--- a/
src/ats-tests/Makefile.am
+++ b/
src/ats-tests/Makefile.am
@@
-59,6
+59,7
@@
libgnunetatstesting_la_SOURCES = \
ats-testing-experiment.c ats-testing-preferences.c
libgnunetatstesting_la_LIBADD = \
$(top_builddir)/src/testbed/libgnunettestbed.la \
+ $(top_builddir)/src/core/libgnunetcore.la \
$(top_builddir)/src/ats/libgnunetats.la \
$(top_builddir)/src/util/libgnunetutil.la \
$(GN_LIBINTL)