diff console/Makefile.am @ 14206:c2b3ecb1a99b

[gaim-migrate @ 16880] The show must go on, without gntgaim if need be. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 19 Aug 2006 08:02:43 +0000
parents 60b1bc8dbf37
children f306918687a4
line wrap: on
line diff
--- a/console/Makefile.am	Sat Aug 19 07:55:17 2006 +0000
+++ b/console/Makefile.am	Sat Aug 19 08:02:43 2006 +0000
@@ -1,5 +1,6 @@
-#libgnt currently needs to have autogen run for there to be a Makefile...
-# SUBDIRS = libgnt
+if ENABLE_GNT
+
+SUBDIRS = libgnt
 
 bin_PROGRAMS = gntgaim
 
@@ -63,3 +64,4 @@
 	$(GLIB_CFLAGS) \
 	$(DBUS_CFLAGS) \
 	$(LIBXML_CFLAGS) 
+endif