diff options
Diffstat (limited to 'src/pq/Makefile.am')
-rw-r--r-- | src/pq/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pq/Makefile.am b/src/pq/Makefile.am index 3082e0b4..b0717dfc 100644 --- a/src/pq/Makefile.am +++ b/src/pq/Makefile.am @@ -20,7 +20,7 @@ libtalerpq_la_LIBADD = \ libtalerpq_la_LDFLAGS = \ $(POSTGRESQL_LDFLAGS) \ -version-info 0:0:0 \ - -export-dynamic -no-undefined + -no-undefined check_PROGRAMS= \ test_pq |