Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Schleifer <js@webkeks.org>2009-06-15 23:34:38 +0400
committerJonathan Schleifer <js@webkeks.org>2009-06-15 23:34:38 +0400
commitf7014072a7e2e021a8a13b6b88ca88b4cd435a01 (patch)
tree7917dd406517eb136f9ce8c4395a6d7b5969f1b7 /autogen.sh
parent086d0313749715b29b44087eba5f7531123d3a9d (diff)
Remove all OS X-specific code from the default branch.
OS X support is still maintained in the osx_newbuildsys branch - and only there.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 42fa19eeb..2155052b7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,7 +9,7 @@
echo "[encoding: UTF-8]" > po/POTFILES.in \
&& ls -1 data/gajim.desktop.in.in data/glade/*.glade \
- src/*py src/common/*py src/common/zeroconf/*.py src/osx/*.py >> \
+ src/*py src/common/*py src/common/zeroconf/*.py >> \
po/POTFILES.in || exit 1
if test -z `which pkg-config 2>/dev/null`;then
echo "***Error: pkg-config not found***"