# HG changeset patch # User Stu Tomlinson # Date 1159535041 0 # Node ID e5ec8647d1a7a0bcb49e1b64c95d9e4d4f09637f # Parent aeff2dd1046211c9281b3150429878fc649419eb [gaim-migrate @ 17397] EXTRA_DIST should not be conditional on ENABLE_GTK committer: Tailor Script diff -r aeff2dd10462 -r e5ec8647d1a7 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