comparison Makefile.am @ 22383:2d0bfa78f732

Merge 2 "if ENABLE_GTK" sections
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 29 Feb 2008 20:23:02 +0000
parents 42cf060f1c76
children 0085d8b80bc4
comparison
equal deleted inserted replaced
22382:233b4050405f 22383:2d0bfa78f732
33 if ENABLE_GTK 33 if ENABLE_GTK
34 appsdir = $(datadir)/applications 34 appsdir = $(datadir)/applications
35 apps_in_files = pidgin.desktop.in 35 apps_in_files = pidgin.desktop.in
36 apps_DATA = $(apps_in_files:.desktop.in=.desktop) 36 apps_DATA = $(apps_in_files:.desktop.in=.desktop)
37 @INTLTOOL_DESKTOP_RULE@ 37 @INTLTOOL_DESKTOP_RULE@
38 endif
39
40 if ENABLE_GTK
41 GTK_DIR=pidgin 38 GTK_DIR=pidgin
42 endif 39 endif
43 40
44 if ENABLE_GNT 41 if ENABLE_GNT
45 GNT_DIR=finch 42 GNT_DIR=finch