summaryrefslogtreecommitdiff
path: root/src/pq/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-11 20:55:59 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-11 23:36:09 +0200
commite3e21acb23283915c97e6ef1c167325f4592665c (patch)
treed6b677c2f53ffd8253b97be26bcf3a4301f69269 /src/pq/Makefile.am
parent8ed3ad85fa8c0faa213157610379d69875b10ccb (diff)
downloadgnunet-e3e21acb23283915c97e6ef1c167325f4592665c.tar.gz
gnunet-e3e21acb23283915c97e6ef1c167325f4592665c.zip
libgnunetpq API change to fix #5733
Diffstat (limited to 'src/pq/Makefile.am')
-rw-r--r--src/pq/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pq/Makefile.am b/src/pq/Makefile.am
index 9270e6fe0..750a1d48d 100644
--- a/src/pq/Makefile.am
+++ b/src/pq/Makefile.am
@@ -22,7 +22,7 @@ libgnunetpq_la_LIBADD = -lpq \
22libgnunetpq_la_LDFLAGS = \ 22libgnunetpq_la_LDFLAGS = \
23 $(POSTGRESQL_LDFLAGS) \ 23 $(POSTGRESQL_LDFLAGS) \
24 $(GN_LIB_LDFLAGS) \ 24 $(GN_LIB_LDFLAGS) \
25 -version-info 0:0:0 25 -version-info 1:0:0
26 26
27if ENABLE_TEST_RUN 27if ENABLE_TEST_RUN
28TESTS = \ 28TESTS = \