Skip to content
Snippets Groups Projects
Commit 90ba3ed1 authored by John Zweizig's avatar John Zweizig
Browse files

Merge branch 'fix-script-make' into 'main'

fix makefile for scripts, add to configure.ac

See merge request gds/dmt-runtime-configuration!18
parents c84d1e0f 95c2739c
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,7 @@ EXTRA_DIST += $(VIRGOFiles) ...@@ -20,8 +20,7 @@ EXTRA_DIST += $(VIRGOFiles)
LHOFiles = LHOFiles =
LHOCommon = \ LHOCommon = \
H1-hoftStreamList.txt \ H1-hoftStreamList.txt
H1-htpart_in.txt
LHOFiles += $(LHOCommon) LHOFiles += $(LHOCommon)
...@@ -55,8 +54,8 @@ endif ...@@ -55,8 +54,8 @@ endif
LLOFiles = LLOFiles =
LLOCommon = \ LLOCommon = \
L1-hoftStreamList.txt \ L1-hoftStreamList.txt
L1-htpart_in.txt
LLOFiles += $(LHOCommon) LLOFiles += $(LHOCommon)
LLOMonitorFiles = \ LLOMonitorFiles = \
......
...@@ -84,6 +84,7 @@ AC_CONFIG_FILES([ ...@@ -84,6 +84,7 @@ AC_CONFIG_FILES([
replay/Makefile replay/Makefile
Services/Makefile Services/Makefile
Services/TrigMgr/Makefile Services/TrigMgr/Makefile
scripts/Makefile
status/Makefile status/Makefile
]) ])
......
scriptsdir=$(prefix)/scripts scriptsdir=$(prefix)/scripts
scripts_SCRIPTS = \ SCRIPTFILES = \
install_pars \ install_pars \
name-check \ name-check \
sensemon_rename \ sensemon_rename \
shm_all shm_all
EXTRA_DIST = $(SCRIPTFILES)
scripts_SCRIPTS = $(SCRIPTFILES)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment