diff options
Diffstat (limited to 'src/merchant/Makefile.am')
-rw-r--r-- | src/merchant/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/merchant/Makefile.am b/src/merchant/Makefile.am index 701b3ee8..b1419f1a 100644 --- a/src/merchant/Makefile.am +++ b/src/merchant/Makefile.am | |||
@@ -12,6 +12,7 @@ taler_merchant_dbinit_LDADD = \ | |||
12 | -lpq \ | 12 | -lpq \ |
13 | -lgnunetutil \ | 13 | -lgnunetutil \ |
14 | -ltalerutil \ | 14 | -ltalerutil \ |
15 | -ltalerpq \ | ||
15 | -lgnunetpostgres | 16 | -lgnunetpostgres |
16 | taler_merchant_dbinit_LDFLAGS = \ | 17 | taler_merchant_dbinit_LDFLAGS = \ |
17 | $(POSTGRESQL_LDFLAGS) | 18 | $(POSTGRESQL_LDFLAGS) |
@@ -47,6 +48,7 @@ taler_merchant_serve_LDADD = \ | |||
47 | -lmicrohttpd \ | 48 | -lmicrohttpd \ |
48 | -ltalermintapi \ | 49 | -ltalermintapi \ |
49 | -ltalerutil \ | 50 | -ltalerutil \ |
51 | -ltalerpq \ | ||
50 | -ljansson | 52 | -ljansson |
51 | taler_merchant_serve_LDFLAGS = \ | 53 | taler_merchant_serve_LDFLAGS = \ |
52 | $(POSTGRESQL_LDFLAGS) | 54 | $(POSTGRESQL_LDFLAGS) |