From 2771274e36f081ff4917a1d4a8a039fb33395982 Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Mon, 13 Dec 2010 17:06:55 +0300 Subject: [PATCH] Make a plugin interface translatable. (Put /src/plugins/*.py in POTFILES) --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 34a009698..433d39a4e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -20,7 +20,7 @@ && for p in `ls data/gui/*.ui`; do echo "[type: gettext/glade]$p" >> \ po/POTFILES.in; done \ && ls -1 data/gajim.desktop.in.in \ - src/*py src/common/*py src/common/zeroconf/*.py | grep -v ipython_view.py >> \ + src/*py src/common/*py src/common/zeroconf/*.py src/plugins/*.py| grep -v ipython_view.py >> \ po/POTFILES.in || exit 1 if test -z `which pkg-config 2>/dev/null`;then echo "***Error: pkg-config not found***"