From 8fcc1fd7ba464194caa824ac1e2c9ce1ed884f0a Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 29 Jun 2011 09:04:00 +0000 Subject: [PATCH] Fix problem of top-level Makefile (bad aclocal flags) --- Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.39.2