diff options
| author | Christian Grothoff <christian@grothoff.org> | 2020-12-31 22:13:12 +0100 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2020-12-31 22:13:12 +0100 |
| commit | 0bffea1f67067f56638a36d0b7db30af09d929ac (patch) | |
| tree | ee576133848fcf427cd8ee5c45a659961a4686f5 /src/testing | |
| parent | 3bd6b543a170ffcb0da9b14eddf533c0a729b965 (diff) | |
add missing linker options
Diffstat (limited to 'src/testing')
| -rw-r--r-- | src/testing/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index dfea5407..26c12938 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -106,6 +106,7 @@ libtalertesting_la_SOURCES = \ testing_api_trait_uuid.c \ testing_api_trait_wtid.c libtalertesting_la_LIBADD = \ + $(top_builddir)/src/lib/libtalerauditor.la \ $(top_builddir)/src/lib/libtalerexchange.la \ $(top_builddir)/src/json/libtalerjson.la \ $(top_builddir)/src/util/libtalerutil.la \ |
