diff --git a/MAC/APL/MainCU/src/MACScheduler/Makefile.am b/MAC/APL/MainCU/src/MACScheduler/Makefile.am
index 9af99a6f4da3a78a20313b2ecd468dfee7d0046f..f04e13655e424af5e36dc73238a62ed985f745af 100644
--- a/MAC/APL/MainCU/src/MACScheduler/Makefile.am
+++ b/MAC/APL/MainCU/src/MACScheduler/Makefile.am
@@ -1,4 +1,4 @@
-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
diff --git a/MAC/APL/MainCU/src/MACScheduler/customPrepPVSSDB.ctl.in b/MAC/APL/MainCU/src/MACScheduler/customPrepPVSSDB.ctl.in
deleted file mode 100644
index 4b1767a05eb425bad9b0982d5c03c0467a21fa8a..0000000000000000000000000000000000000000
--- a/MAC/APL/MainCU/src/MACScheduler/customPrepPVSSDB.ctl.in
+++ /dev/null
@@ -1,16 +0,0 @@
-// 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");
-
-}