Salome HOME
Improve make procedure (add aclocal flags)
[plugins/netgenplugin.git] / build_configure
index 4e3b7e46b9d1d970410a688fee194251be5cdf28..0e97239819aad8226ee560057ae2b8875b4827e7 100755 (executable)
@@ -131,8 +131,8 @@ echo "====================================================== aclocal"
 
 if test ${NETGENPLUGIN_WITH_GUI} = yes; then
   aclocal -I adm_local/unix/config_files \
-          -I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files \
           -I ${GUI_ROOT_DIR}/adm_local/unix/config_files \
+          -I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files \
           -I ${MED_ROOT_DIR}/adm_local/unix/config_files \
           -I ${GEOM_ROOT_DIR}/adm_local/unix/config_files \
           -I ${SMESH_ROOT_DIR}/adm_local/unix/config_files || exit 1