From 8a40a37152719a621a9af1f7921eeeb0d7768cdc Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 5 Oct 2011 13:48:40 +0000 Subject: [PATCH] Fix mistake caused by previous integration to avoid build_configure (automake) warning --- src/GUI_PY/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI_PY/Makefile.am b/src/GUI_PY/Makefile.am index f22518183..aafc45617 100644 --- a/src/GUI_PY/Makefile.am +++ b/src/GUI_PY/Makefile.am @@ -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 $@ -- 2.39.2