From a535c4a225afa6d67a2a5737abe0521e684a51ed Mon Sep 17 00:00:00 2001 From: inv Date: Thu, 18 Apr 2013 06:56:49 +0000 Subject: [PATCH] Fix make distcheck problem --- src/MEDOP/gui/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MEDOP/gui/Makefile.am b/src/MEDOP/gui/Makefile.am index ca3aeb265..6bb5f9390 100644 --- a/src/MEDOP/gui/Makefile.am +++ b/src/MEDOP/gui/Makefile.am @@ -37,7 +37,7 @@ SUBDIRS = dialogs %.qm: %.ts $(LRELEASE) $< -qm $@ -EXTRA_DIST+=$(MOC_FILES:%_moc.cxx=%.hxx) $(dist_salomeres_DATA:%.qm=%.ts) test +EXTRA_DIST+=$(MOC_FILES:%_moc.cxx=%.hxx) $(nodist_salomeres_DATA:%.qm=%.ts) test mostlyclean-local: rm -f @builddir@/*_moc.cxx @@ -120,7 +120,7 @@ if WITH_MEDMEMGUI endif # resources files -dist_salomeres_DATA = \ +nodist_salomeres_DATA = \ MED_images.qm \ MED_msg_en.qm \ MED_msg_fr.qm -- 2.39.2