* build-aux/Makefile.am (dist_noinst_SCRIPTS): Add build-aux/bin/fuse-switch.
Signed-off-by: Roland Levillain roland@lrde.epita.fr --- ChangeLog | 7 +++++++ build-aux/Makefile.am | 2 +- 2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 7847804..cd95139 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-02-22 Roland Levillain roland@lrde.epita.fr + + Distribute build-aux/bin/fuse-switch. + + * build-aux/Makefile.am (dist_noinst_SCRIPTS): + Add build-aux/bin/fuse-switch. + 2012-02-20 Roland Levillain roland@lrde.epita.fr
* build-aux/bin/bison++.in: Remove `set -x'. diff --git a/build-aux/Makefile.am b/build-aux/Makefile.am index 966bf78..6348a4b 100644 --- a/build-aux/Makefile.am +++ b/build-aux/Makefile.am @@ -1,7 +1,7 @@ ## Makefile.am -- Process this file with automake to produce Makefile.in ##
-dist_noinst_SCRIPTS = bin/move-if-change +dist_noinst_SCRIPTS = bin/move-if-change bin/fuse-switch nodist_noinst_SCRIPTS = bin/bison++
EXTRA_DIST = $(SPECIFIC_MACROS) $(STANDARD_MACROS) $(SPECIFIC_TOOLS)