diff options
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r-- | src/util/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index bb07e2ca..b62e8a42 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -7,17 +7,14 @@ libtalerutil_la_SOURCES = \ amount.c \ crypto.c \ util.c \ - json.c \ - db.c + json.c libtalerutil_la_LIBADD = \ -lgnunetutil \ $(LIBGCRYPT_LIBS) \ -ljansson \ - -lmicrohttpd \ - -lpq + -lmicrohttpd libtalerutil_la_LDFLAGS = \ - $(POSTGRESQL_LDFLAGS) \ -version-info 0:0:0 \ -export-dynamic -no-undefined |