diff options
author | Joseph <Joseph.xu@efrei.net> | 2022-12-19 10:02:43 -0500 |
---|---|---|
committer | Joseph <Joseph.xu@efrei.net> | 2022-12-20 05:00:38 -0500 |
commit | b0c106124c99a45282d94499f87fb1768914dba3 (patch) | |
tree | 49742d64f4e5f692d3a60253740dcec08c82e5aa /src/exchangedb/Makefile.am | |
parent | 48b7d45959d40cc129991a191a6aa3167412bd9e (diff) |
new batch test and standard deviation
Diffstat (limited to 'src/exchangedb/Makefile.am')
-rw-r--r-- | src/exchangedb/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am index 56fe2ff5..755de66a 100644 --- a/src/exchangedb/Makefile.am +++ b/src/exchangedb/Makefile.am @@ -315,6 +315,7 @@ test_exchangedb_by_j_postgres_LDADD = \ -ljansson \ -lgnunetjson \ -lgnunetutil \ + -lm \ $(XLIB) |