From: vsr Date: Wed, 29 Jun 2011 09:04:00 +0000 (+0000) Subject: Fix problem of top-level Makefile (bad aclocal flags) X-Git-Tag: V6_3_1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8fcc1fd7ba464194caa824ac1e2c9ce1ed884f0a;p=modules%2Fhomard.git Fix problem of top-level Makefile (bad aclocal flags) --- diff --git a/Makefile.am b/Makefile.am index 28447e09..983d3dba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,11 +24,12 @@ # include $(top_srcdir)/adm_local/unix/make_common_starter.am -ACLOCAL_AMFLAGS = -I $(top_srcdir)/adm_local/unix/config_files \ +ACLOCAL_AMFLAGS = -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 ${HOMARD_SRC}/adm_local/unix/config_files - + -I ${MED_ROOT_DIR}/adm_local/unix/config_files \ + -I ${SMESH_ROOT_DIR}/adm_local/unix/config_files + SUBDIRS = idl adm_local resources src doc tests DIST_SUBDIRS = idl adm_local resources src doc tests