aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-23 06:54:23 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-23 06:54:23 +0200
commit9ad1a017071f553b287e0aec37e913e954208ae6 (patch)
tree21f3693903112601f15138f76c6df959d7304554 /src
parentea901fb4978ee7e9cfd2f74c810f2146bdf9d46b (diff)
downloadgnunet-9ad1a017071f553b287e0aec37e913e954208ae6.tar.gz
gnunet-9ad1a017071f553b287e0aec37e913e954208ae6.zip
-remove dead flag
Diffstat (limited to 'src')
-rw-r--r--src/pq/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pq/Makefile.am b/src/pq/Makefile.am
index 0febac4ac..cbb123cbb 100644
--- a/src/pq/Makefile.am
+++ b/src/pq/Makefile.am
@@ -24,7 +24,6 @@ libgnunetpq_la_LIBADD = -lpq \
24libgnunetpq_la_LDFLAGS = \ 24libgnunetpq_la_LDFLAGS = \
25 $(POSTGRESQL_LDFLAGS) \ 25 $(POSTGRESQL_LDFLAGS) \
26 $(GN_LIB_LDFLAGS) \ 26 $(GN_LIB_LDFLAGS) \
27 -lpthread \
28 -version-info 1:0:0 27 -version-info 1:0:0
29 28
30if ENABLE_TEST_RUN 29if ENABLE_TEST_RUN