diff --git a/DDG4/examples/initAClick.C b/DDG4/examples/initAClick.C
index 38efbbb21dbfe852581006bc04456646aa97ad9b..4857f2ced66c839156cc8c7001ee58f293a7db98 100644
--- a/DDG4/examples/initAClick.C
+++ b/DDG4/examples/initAClick.C
@@ -79,7 +79,7 @@ int initAClick(const char* command=0)  {
     inc += " -I"+clhep+"/include";
   }
   inc += " -Wno-shadow -g -O0" + defs;
-  libs += " -lCint -lCore -lMathCore -pthread -lm -ldl -rdynamic";
+  libs += " -lCore -lMathCore -pthread -lm -ldl -rdynamic";
   gSystem->AddIncludePath(inc.c_str());
   gSystem->AddLinkedLibs(libs.c_str());
   std::cout << "+++ Includes:   " << gSystem->GetIncludePath() << std::endl;