From: vsr Date: Tue, 24 Aug 2010 06:03:32 +0000 (+0000) Subject: Avoid build_configure warning: automake complains on space symbols X-Git-Tag: end_translate_resources_09Jul10~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3e70463b14de4b37b6309e730f0e1c73c302537b;p=modules%2Fgui.git Avoid build_configure warning: automake complains on space symbols --- diff --git a/src/Qtx/Makefile.am b/src/Qtx/Makefile.am index 771008a03..d86f4fbcb 100755 --- a/src/Qtx/Makefile.am +++ b/src/Qtx/Makefile.am @@ -67,7 +67,7 @@ salomeinclude_HEADERS = \ QtxResourceMgr.h \ QtxRubberBand.h \ QtxSearchTool.h \ - QtxShortcutEdit.h \ + QtxShortcutEdit.h \ QtxSplash.h \ QtxToolBar.h \ QtxToolTip.h \