Skip to content
Snippets Groups Projects
Commit d8bc7cc0 authored by Arthur Coolen's avatar Arthur Coolen
Browse files

BugID: 755

removed custumPrep from this directory
parent 08ec2515
No related branches found
No related tags found
No related merge requests found
bin_PROGRAMS = MACScheduler
in_PROGRAMS = MACScheduler
MACScheduler_CPPFLAGS = -DBOOST_DISABLE_THREADS \
-Wno-deprecated \
......@@ -24,7 +24,7 @@ EXTRA_DIST = $(configfiles_DATA) $(sysconf_DATA)
#in case of make install these files will be copied to the bindir beside the test apps
configfilesdir=$(bindir)
configfiles_DATA = customPrepPVSSDB.ctl
configfiles_DATA =
sysconf_DATA = MACScheduler.conf \
MACScheduler.log_prop
......
// this script must reside in the <PVSS project>/scripts directory
main()
{
dpCreate("LOFAR__enabled", "GCFPaPsEnabled");
dpSet("LOFAR__enabled.","autoloaded|LOFAR");
dpCreate("LOFAR_PermSW__enabled", "GCFPaPsEnabled");
dpSet("LOFAR_PermSW__enabled.","autoloaded|PermSW");
dpCreate("LOFAR_ObsSW__enabled", "GCFPaPsEnabled");
dpSet("LOFAR_ObsSW__enabled.","autoloaded|ObsSW");
dpCreate("LOFAR_PIC__enabled", "GCFPaPsEnabled");
dpSet("LOFAR_PIC__enabled.","autoloaded|PIC");
}
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