From: apo Date: Thu, 1 Sep 2005 12:40:52 +0000 (+0000) Subject: Fix a bug of previous integration X-Git-Tag: TG-Start-D5-38-2003~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c7e85f42f0bf6b196a6ff51d328cc7686c7898a1;p=modules%2Fkernel.git Fix a bug of previous integration --- diff --git a/salome_adm/unix/make_conclude.in b/salome_adm/unix/make_conclude.in index 338fed0cf..20c528c52 100644 --- a/salome_adm/unix/make_conclude.in +++ b/salome_adm/unix/make_conclude.in @@ -153,7 +153,7 @@ $(DEST_HEADERS): $(inc_builddir)/%: % # build resources file (icons and messages) : .qm file from .po file RESOURCES_FILES_ALL = $(notdir $(wildcard $(srcdir)/resources/*)) -RESOURCES_FILES ?= $(RESOURCES_FILES_All) +RESOURCES_FILES ?= $(RESOURCES_FILES_ALL) resources: resources-po resources-cp diff --git a/salome_adm/unix/make_module.in b/salome_adm/unix/make_module.in index bfbb3036e..fd0296f07 100644 --- a/salome_adm/unix/make_module.in +++ b/salome_adm/unix/make_module.in @@ -46,7 +46,7 @@ depend: # copy all resources files in common directory RESOURCES_FILES_ALL = $(notdir $(wildcard $(srcdir)/resources/*)) -RESOURCES_FILES ?= $(RESOURCES_FILES_All) +RESOURCES_FILES ?= $(RESOURCES_FILES_ALL) resources: $(RESOURCES_FILES:%=$(top_builddir)/share/salome/resources/%) @@SETX@; for d in $(SUBDIRS); do \