X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=417939b53e433a09e0c349647dc6cccb7676d7e3;hb=b8d81637494c874a3230f190245e94e0bbcf2235;hp=2af4f6dc257af766f66f028a730a66e9ba7730b7;hpb=814709245543cec9ab56e8146ef436ec713c792e;p=modules%2Fsmesh.git diff --git a/Makefile.am b/Makefile.am index 2af4f6dc2..417939b53 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,19 @@ # include $(top_srcdir)/adm_local/unix/make_common_starter.am +if SMESH_ENABLE_GUI + ACLOCAL_AMFLAGS = -I adm_local/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 +else !SMESH_ENABLE_GUI + ACLOCAL_AMFLAGS = -I 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 +endif + SUBDIRS = idl adm_local resources src doc bin DIST_SUBDIRS = idl adm_local resources src doc bin