diff --git a/extras/Makefile.am b/extras/Makefile.am index 7adcf59..5eafa84 100644 --- a/extras/Makefile.am +++ b/extras/Makefile.am @@ -1,6 +1,12 @@ -## Process this file with Automake to create Makefile.in +# Define binary programs to be installed +bin_PROGRAMS = music +# Define scripts to be installed +bin_SCRIPTS = music_mpirun + +# Include files for distribution EXTRA_DIST = music_mpirun +# Custom installation hook install-data-hook: - @INSTALL_PROGRAM@ $(srcdir)/music@LAUNCHSTYLE@ $(DESTDIR)$(bindir)/musicrun + @INSTALL_PROGRAM@ $(srcdir)/music_mpirun $(DESTDIR)$(bindir)/music_mpirun