From a09b02b516dd722cc7b1880a5af97e814226d8da Mon Sep 17 00:00:00 2001 From: Pieter Donker <donker@astron.nl> Date: Wed, 27 Feb 2008 12:35:48 +0000 Subject: [PATCH] Bug 335: . --- .gitignore | 6 ++++++ MAC/APL/PIC/rsuctl/Makefile.am | 3 ++- MAC/APL/StationCU/src/Makefile.am | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e3e9467bb63..870695a7d08 100644 --- a/.gitignore +++ b/.gitignore @@ -221,6 +221,7 @@ MAC/APL/PAC/CAL_Protocol/lofarconf MAC/APL/PAC/CalServer/Makefile.common MAC/APL/PAC/CalServer/autoconf_share MAC/APL/PAC/CalServer/lofarconf +MAC/APL/PAC/Makefile.common MAC/APL/PAC/_StationOperations/Makefile.common MAC/APL/PAC/_StationOperations/autoconf_share MAC/APL/PAC/_StationOperations/lofarconf @@ -236,12 +237,15 @@ MAC/APL/PAC/_VirtualBackend/lofarconf MAC/APL/PAC/_VirtualTelescope/Makefile.common MAC/APL/PAC/_VirtualTelescope/autoconf_share MAC/APL/PAC/_VirtualTelescope/lofarconf +MAC/APL/PAC/autoconf_share +MAC/APL/PAC/lofarconf MAC/APL/PIC/ETHTest/Makefile.common MAC/APL/PIC/ETHTest/autoconf_share MAC/APL/PIC/ETHTest/lofarconf MAC/APL/PIC/MIS/Makefile.common MAC/APL/PIC/MIS/autoconf_share MAC/APL/PIC/MIS/lofarconf +MAC/APL/PIC/Makefile.common MAC/APL/PIC/RSPCtlFE/Makefile.common MAC/APL/PIC/RSPCtlFE/autoconf_share MAC/APL/PIC/RSPCtlFE/lofarconf @@ -263,6 +267,8 @@ MAC/APL/PIC/_NodeManager/lofarconf MAC/APL/PIC/_RegisterAccess/Makefile.common MAC/APL/PIC/_RegisterAccess/autoconf_share MAC/APL/PIC/_RegisterAccess/lofarconf +MAC/APL/PIC/autoconf_share +MAC/APL/PIC/lofarconf MAC/APL/PIC/rsuctl/Makefile.common MAC/APL/PIC/rsuctl/autoconf_share MAC/APL/PIC/rsuctl/lofarconf diff --git a/MAC/APL/PIC/rsuctl/Makefile.am b/MAC/APL/PIC/rsuctl/Makefile.am index ef1c4d7b0f3..486ed534b23 100644 --- a/MAC/APL/PIC/rsuctl/Makefile.am +++ b/MAC/APL/PIC/rsuctl/Makefile.am @@ -1,5 +1,6 @@ bin_SCRIPTS = \ - rsuctl + rsuctl\ + rsuctl3.pl include $(top_srcdir)/Makefile.common diff --git a/MAC/APL/StationCU/src/Makefile.am b/MAC/APL/StationCU/src/Makefile.am index 15ca500ab0d..2e79b54c009 100644 --- a/MAC/APL/StationCU/src/Makefile.am +++ b/MAC/APL/StationCU/src/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = BeamControl CalibrationControl DigitalBoardControl StationControl HardwareMonitor TempControl +SUBDIRS = BeamControl CalibrationControl DigitalBoardControl StationControl HardwareMonitor include $(top_srcdir)/Makefile.common -- GitLab