diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-11-17 13:33:17 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-11-17 13:33:17 +0100 |
commit | 2faa711fba76114bdad190d64f2d12c26754bc4a (patch) | |
tree | 1216ccdcd1590882a0b10b2f4c4b3a6994c581f7 /src/util | |
parent | ff95ccfb104cb35e7915bb5445f423d76ee4bf98 (diff) |
actually install taler-config
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 23f34f4ce..ec6c11a7a 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -17,6 +17,9 @@ EXTRA_DIST = \ paths.conf \ taler-config.in +bin_SCRIPTS = \ + taler-config + if WALLET_ONLY lib_LTLIBRARIES = \ libtalerutil_wallet.la |