From 85345d2a53c589963b232893f20c68fdb366ef4c Mon Sep 17 00:00:00 2001 From: Harineesha Nutakki Date: Wed, 22 Jan 2025 22:44:38 +0530 Subject: [PATCH] Resolved Installation issues for ubuntu --- extras/Makefile.am | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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