]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix compilation with CMake
authorbarate <barate>
Thu, 3 Nov 2011 10:21:39 +0000 (10:21 +0000)
committerbarate <barate>
Thu, 3 Nov 2011 10:21:39 +0000 (10:21 +0000)
src/TreeData/Test/Makefile.am

index a1e9caf95ddd510e20fa9b2b5668b9d523d8a0c7..a708d2f8be15f2ccbf1ca8ecec66d7a558225575 100644 (file)
@@ -45,7 +45,8 @@ TEST_CPPFLAGS = \
        $(CORBA_CXXFLAGS) \
        $(KERNEL_CXXFLAGS) \
        -I$(top_srcdir)/src/GuiHelpers \
-       -I$(top_srcdir)/src/TreeData
+       -I$(top_srcdir)/src/TreeData \
+       -I.
 
 TEST_LDFLAGS  = \
        $(CORBA_LIBS) $(QT_LIBS) \