From 1cfda55a104337715afb0e3df32c1a39e7da06bf Mon Sep 17 00:00:00 2001
From: Markus Frank <markus.frank@cern.ch>
Date: Tue, 15 Dec 2015 08:30:06 +0000
Subject: [PATCH] Another try to fix nightly examples

---
 DDG4/examples/initAClick.C | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/DDG4/examples/initAClick.C b/DDG4/examples/initAClick.C
index 55f289e47..36287da39 100644
--- a/DDG4/examples/initAClick.C
+++ b/DDG4/examples/initAClick.C
@@ -62,8 +62,7 @@ int initAClick(const char* command=0)  {
   std::string dd4hep  = make_str(gSystem->Getenv("DD4hepINSTALL"));
   std::string clhep   = make_str(gSystem->Getenv("CLHEP_DIR"));
   std::string libs    = " -L"+rootsys+"/lib";
-  std::string inc     = " -I"+dd4hep+"/examples/DDG4/examples" +
-    " -I"+dd4hep + " -I"+dd4hep+"/include"
+  std::string inc     = " -I"+dd4hep+"/examples/DDG4/examples -I"+dd4hep + " -I"+dd4hep+"/include";
   libs += " -L"+dd4hep+"/lib -lDDCore -lDDG4 -lDDSegmentation";
   if ( !geant4.empty() )  {
     inc  += " -I"+geant4+"/include/Geant4";
-- 
GitLab