From: adam Date: Mon, 11 Oct 2010 08:06:24 +0000 (+0000) Subject: If netgen contains its own config.h, the cascade X-Git-Tag: V5_1_5rc1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e29ded589c42e09ea291853c23e892452a4d289c;p=plugins%2Fnetgenplugin.git If netgen contains its own config.h, the cascade one must be included first ... --- diff --git a/src/GUI/Makefile.am b/src/GUI/Makefile.am index bce7db9..302eae3 100644 --- a/src/GUI/Makefile.am +++ b/src/GUI/Makefile.am @@ -49,9 +49,9 @@ nodist_libNETGENPluginGUI_la_SOURCES= \ # additionnal information to compil and link file libNETGENPluginGUI_la_CPPFLAGS = \ + $(CAS_CPPFLAGS) \ $(NETGEN_INCLUDES) \ $(QT_INCLUDES) \ - $(CAS_CPPFLAGS) \ $(PYTHON_INCLUDES) \ $(KERNEL_CXXFLAGS) \ $(GUI_CXXFLAGS) \