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)
LHOFiles =
LHOCommon = \
H1-hoftStreamList.txt \
H1-htpart_in.txt
H1-hoftStreamList.txt
LHOFiles += $(LHOCommon)
......@@ -55,8 +54,8 @@ endif
LLOFiles =
LLOCommon = \
L1-hoftStreamList.txt \
L1-htpart_in.txt
L1-hoftStreamList.txt
LLOFiles += $(LHOCommon)
LLOMonitorFiles = \
......
......@@ -84,6 +84,7 @@ AC_CONFIG_FILES([
replay/Makefile
Services/Makefile
Services/TrigMgr/Makefile
scripts/Makefile
status/Makefile
])
......
scriptsdir=$(prefix)/scripts
scripts_SCRIPTS = \
install_pars \
name-check \
sensemon_rename \
shm_all
SCRIPTFILES = \
install_pars \
name-check \
sensemon_rename \
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