diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-05-04 10:21:35 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-05-04 10:21:35 +0200 |
commit | 458992dc6fa0152dc55d68f3f633c58a05877407 (patch) | |
tree | b8ff11fb8e38c98f8c9ffc800f2a3ab69186d7c9 /src/util | |
parent | c1575167f7d813e01fffb26b2b7df9cb22ecbcbc (diff) |
fixes for disting
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 61a8a766d..c0713df8e 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -14,7 +14,9 @@ pkgcfg_DATA = \ paths.conf EXTRA_DIST = \ - paths.conf + paths.conf \ + taler-config.in \ + taler-arm.in templated_scripts = taler-config taler-arm dist_bin_SCRIPTS = $(templated_scripts) |