diff options
| author | Christian Grothoff <christian@grothoff.org> | 2021-07-29 23:56:46 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2021-07-29 23:56:46 +0200 | 
| commit | 0ef7c0a0b716785e7d1b0233e622d2e7267a0280 (patch) | |
| tree | ff4b46d1182acd71fa5c6e29b9aaa786dbcf2b22 /src/sq | |
| parent | 1b419adab48fc0fd915835e0d57c5923e515280c (diff) | |
fix #6960
Diffstat (limited to 'src/sq')
| -rw-r--r-- | src/sq/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/sq/Makefile.am b/src/sq/Makefile.am index 93948e77..f27dec3d 100644 --- a/src/sq/Makefile.am +++ b/src/sq/Makefile.am @@ -20,7 +20,7 @@ libtalersq_la_LIBADD = \  libtalersq_la_LDFLAGS = \    $(SQLITE_LDFLAGS) \    -version-info 0:0:0 \ -  -export-dynamic -no-undefined +  -no-undefined  check_PROGRAMS= \   test_sq | 
