]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix mistake caused by previous integration to avoid build_configure (automake) warning
authorvsr <vsr@opencascade.com>
Wed, 5 Oct 2011 13:48:40 +0000 (13:48 +0000)
committervsr <vsr@opencascade.com>
Wed, 5 Oct 2011 13:48:40 +0000 (13:48 +0000)
src/GUI_PY/Makefile.am

index f2251818394b1552cf8cdcdb56f1490e5adbd1a5..aafc45617f5a983a773a856e0d70ddc11b5ee219 100644 (file)
@@ -33,7 +33,7 @@ PYUIC_FILES = SelectVarsDialog.py
 nodist_mypkgpython_PYTHON = $(PYUIC_FILES)
 CLEANFILES = $(PYUIC_FILES)
 
-EXTRA_DIST = SelectVarsDialog.ui
+EXTRA_DIST += SelectVarsDialog.ui
 
 %.py:%.ui
        $(PYUIC) $< -o $@