diff Makefile.am @ 30507:a4527d9ee853

Make Pidgin build correctly when using the --disable-nls configure flag. Fixes #11872. committer: John Bailey <rekkanoryo@rekkanoryo.org>
author jirka
date Sun, 23 May 2010 17:26:20 +0000
parents 3409f6235155
children ed909ccaeb36
line wrap: on
line diff
--- a/Makefile.am	Sun May 23 17:24:05 2010 +0000
+++ b/Makefile.am	Sun May 23 17:26:20 2010 +0000
@@ -80,11 +80,14 @@
 apps_in_files = pidgin.desktop.in
 apps_DATA = $(apps_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
-GTK_DIR=pidgin
 endif #ENABLE_GTK
 
 endif #INSTALL_I18N
 
+if ENABLE_GTK
+GTK_DIR=pidgin
+endif
+
 if ENABLE_GNT
 GNT_DIR=finch
 endif