diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-07-15 11:40:51 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-07-15 11:40:51 +0200 |
commit | 3eddd802dc69ecb22b077a9c226ef0fb6cc09715 (patch) | |
tree | a7601bdd36ceb0f2faed48564222939962f89541 /src/util/Makefile.am | |
parent | 6f6566554b3f464c7196636d8f1b97512a5e7e53 (diff) |
-fix ftbfs in wallet-only mode
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r-- | src/util/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 0c44570ed..eaf3a4827 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -16,8 +16,7 @@ endif libtalerutil_wallet_la_SOURCES = \ amount.c \ - crypto.c \ - util.c + crypto.c libtalerutil_wallet_la_LIBADD = \ -lgnunetutil_taler_wallet \ |