diff --git a/autogen.sh b/autogen.sh index 97eb8bbce..be23e7424 100755 --- a/autogen.sh +++ b/autogen.sh @@ -9,7 +9,7 @@ echo "[encoding: UTF-8]" > po/POTFILES.in \ && ls -1 -U data/gajim.desktop.in.in data/glade/*.glade \ - src/*py src/common/*py src/common/zeroconf/*.py >> \ + src/*py src/common/*py src/common/zeroconf/*.py src/osx/*.py >> \ po/POTFILES.in || exit 1 if test -z `which pkg-config 2>/dev/null`;then echo "***Error: pkg-config not found***" diff --git a/po/POTFILES.skip b/po/POTFILES.skip index 8b1378917..c7bedf35f 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -1 +1,2 @@ - +data/gajim.desktop.in +src/eggtrayicon.c