# HG changeset patch # User Stu Tomlinson # Date 1159535041 0 # Node ID a091905d59a6dbcac26537857b366fca9b9a278e # Parent daa8b1ebd07b9793336db4e62e5d4e0fa8ca2551 [gaim-migrate @ 17397] EXTRA_DIST should not be conditional on ENABLE_GTK diff -r daa8b1ebd07b -r a091905d59a6 gtk/Makefile.am --- a/gtk/Makefile.am Fri Sep 29 12:57:29 2006 +0000 +++ b/gtk/Makefile.am Fri Sep 29 13:04:01 2006 +0000 @@ -1,5 +1,3 @@ -if ENABLE_GTK - EXTRA_DIST = \ getopt.c \ getopt.h \ @@ -54,6 +52,8 @@ win32/nsis/translations/trad-chinese.nsh \ win32/nsis/translations/vietnamese.nsh +if ENABLE_GTK + SUBDIRS = pixmaps plugins sounds bin_PROGRAMS = gaim