Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions extras/Makefile.am
Original file line number Diff line number Diff line change
@@ -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