summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohn Bailey <rekkanoryo@rekkanoryo.org>2008-03-30 16:42:12 +0000
committerJohn Bailey <rekkanoryo@rekkanoryo.org>2008-03-30 16:42:12 +0000
commit24c43774b2e0efbcfdbd268dba3c36078b28c5ad (patch)
tree59fde201635ec45866c5ecf409d176f484e69acd /Makefile.am
parente1ccc6741379f450f4b85781ee1449f5d8d09ccd (diff)
downloadpidgin-24c43774b2e0efbcfdbd268dba3c36078b28c5ad.tar.gz
For the few of us who wanted it, I bring back --disable-nls! It may not be
perfect, but it works for me in my testing.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 711cdc3d30..6e4d1a8432 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,7 +42,11 @@ if ENABLE_GNT
GNT_DIR=finch
endif
-SUBDIRS = libpurple doc $(GNT_DIR) $(GTK_DIR) m4macros po share/ca-certs share/sounds
+if INSTALL_I18N
+PO_DIR=po
+endif
+
+SUBDIRS = libpurple doc $(GNT_DIR) $(GTK_DIR) m4macros $(PO_DIR) share/ca-certs share/sounds
docs: Doxyfile
if HAVE_DOXYGEN