diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-11-14 15:51:06 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-11-14 15:51:06 +0100 |
commit | ed9f4f1d1285df1ef2da0421585b1c48772c2a5d (patch) | |
tree | 9588327fa9fcbb438decb8a079ceb8e3faccb1a6 /src/util/Makefile.am | |
parent | 5e5d6b9bf5ff373f05574e20102e3bd1371957df (diff) |
remove taler-arm, since we use taler-deployment-arm
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r-- | src/util/Makefile.am | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index c0713df8e..23f34f4ce 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -15,21 +15,7 @@ pkgcfg_DATA = \ EXTRA_DIST = \ paths.conf \ - taler-config.in \ - taler-arm.in - -templated_scripts = taler-config taler-arm -dist_bin_SCRIPTS = $(templated_scripts) - -# See https://www.gnu.org/software/autoconf/manual/autoconf-2.63/html_node/Installation-Directory-Variables.html -# for an explanation and why this ugliness is necessary. -edit = sed -e 's|@libdir[@]|$(libdir)|g' -$(templated_scripts): %: Makefile $(srcdir)/%.in - rm -f $@ $@.tmp - $(edit) '$(srcdir)/$@.in' >$@.tmp - chmod +x $@.tmp - chmod a-w $@.tmp - mv $@.tmp $@ + taler-config.in if WALLET_ONLY lib_LTLIBRARIES = \ |