From 3e6e37ab1080982a4ea03209a9aa4a6e348c3c8f Mon Sep 17 00:00:00 2001 From: Marcel Loose <loose@astron.nl> Date: Mon, 25 Sep 2006 11:04:53 +0000 Subject: [PATCH] BugID: 753 Removed some unnecessary dependencies. --- CEP/BB/BBSControl/configure.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CEP/BB/BBSControl/configure.in b/CEP/BB/BBSControl/configure.in index d40b364a3c1..d63e6cdaf3b 100644 --- a/CEP/BB/BBSControl/configure.in +++ b/CEP/BB/BBSControl/configure.in @@ -33,10 +33,11 @@ lofar_MPI lofar_INTERNAL(LCS/Common,Common,,1,Common/LofarTypes.h) lofar_INTERNAL(LCS/Blob,Blob,,1,Blob/BlobHeader.h) lofar_INTERNAL(LCS/Transport,Transport,,1,Transport/TransportHolder.h) -lofar_INTERNAL(LCS/databases/TransportPostgres,TransportPostgres,,1,TransportPostgres/DH_DB.h) -lofar_INTERNAL(CEP/tinyCEP,tinyCEP,,1,tinyCEP/WorkHolder.h) -lofar_INTERNAL(CEP/CEPFrame,CEPFrame,,1,CEPFrame/DataManager.h) +#lofar_INTERNAL(LCS/databases/TransportPostgres,TransportPostgres,,1,TransportPostgres/DH_DB.h) +#lofar_INTERNAL(CEP/tinyCEP,tinyCEP,,1,tinyCEP/WorkHolder.h) +#lofar_INTERNAL(CEP/CEPFrame,CEPFrame,,1,CEPFrame/DataManager.h) lofar_INTERNAL(LCS/ACC/APS,APS,,1,APS/ParameterSet.h) +lofar_INTERNAL(LCS/ACC/PLC,PLC,,1,PLC/ProcessControl.h) #lofar_INTERNAL(CEP/BB/BBS,BBS,,1,BBS/ParmData.h) #lofar_INTERNAL(CEP/BB/ParmDB,ParmDB,,1,ParmDB/ParmDB.h) #lofar_INTERNAL(CEP/BB/MS,MS,,1,MS/MSDesc.h,bbms) -- GitLab