diff options
Diffstat (limited to 'src/merchant/Makefile.in')
-rw-r--r-- | src/merchant/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/merchant/Makefile.in b/src/merchant/Makefile.in index 33fcb832..9e261258 100644 --- a/src/merchant/Makefile.in +++ b/src/merchant/Makefile.in | |||
@@ -325,6 +325,7 @@ taler_merchant_dbinit_LDADD = \ | |||
325 | -lpq \ | 325 | -lpq \ |
326 | -lgnunetutil \ | 326 | -lgnunetutil \ |
327 | -ltalerutil \ | 327 | -ltalerutil \ |
328 | -ltalerpq \ | ||
328 | -lgnunetpostgres | 329 | -lgnunetpostgres |
329 | 330 | ||
330 | taler_merchant_dbinit_LDFLAGS = \ | 331 | taler_merchant_dbinit_LDFLAGS = \ |
@@ -360,6 +361,7 @@ taler_merchant_serve_LDADD = \ | |||
360 | -lmicrohttpd \ | 361 | -lmicrohttpd \ |
361 | -ltalermintapi \ | 362 | -ltalermintapi \ |
362 | -ltalerutil \ | 363 | -ltalerutil \ |
364 | -ltalerpq \ | ||
363 | -ljansson | 365 | -ljansson |
364 | 366 | ||
365 | taler_merchant_serve_LDFLAGS = \ | 367 | taler_merchant_serve_LDFLAGS = \ |