]> SALOME platform Git repositories - modules/jobmanager.git/commitdiff
Salome HOME
Oouuups !
authoradam <adam>
Tue, 15 Feb 2011 13:25:10 +0000 (13:25 +0000)
committeradam <adam>
Tue, 15 Feb 2011 13:25:10 +0000 (13:25 +0000)
idl/Makefile.am

index 80952b6cead3bd3565d164efd435899f14e94332..d0c4b6d4068eb3d9a8ebb648cf5a21d4eab08ad5 100644 (file)
@@ -17,7 +17,7 @@ libJOBMANAGER_IDL_la_LIBADD       = $(KERNEL_LIBS)
 OMNIORB_IDLCXXFLAGS = @OMNIORB_IDLCXXFLAGS@ -I$(KERNEL_ROOT_DIR)/idl/salome
 
 %SK.cc %.hh : %.idl
-       $(OMNIORB_IDL) -bcxx @OMNIORB_IDLCXXFLAGS@ $<
+       $(OMNIORB_IDL) -bcxx $(OMNIORB_IDLCXXFLAGS) $<
 
 # E.A. : IDLPYFLAGS is just to compile with cmake (parsed in am2cmake).