diff options
author | Florian Dold <florian@dold.me> | 2023-07-31 15:53:58 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-07-31 15:53:58 +0200 |
commit | 49f58007a33e14cb746bfc9a5b8fd098eac1ff26 (patch) | |
tree | f909c69c3b2694cb10f3d6a29cc81a6e386de744 /src/pq | |
parent | 3923530608d02130841f6daa2c2d07155655ac80 (diff) |
-missing -lgnunetpqv0.9.3-dev.6
Diffstat (limited to 'src/pq')
-rw-r--r-- | src/pq/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pq/Makefile.am b/src/pq/Makefile.am index 591aeae11..c1c9e9bb0 100644 --- a/src/pq/Makefile.am +++ b/src/pq/Makefile.am @@ -16,6 +16,7 @@ libtalerpq_la_SOURCES = \ libtalerpq_la_LIBADD = \ $(top_builddir)/src/util/libtalerutil.la \ -lgnunetutil -ljansson \ + -lgnunetpq \ -lpq \ $(XLIB) libtalerpq_la_LDFLAGS = \ |