Mercurial > pidgin.yaz
changeset 14651:e5ec8647d1a7
[gaim-migrate @ 17397]
EXTRA_DIST should not be conditional on ENABLE_GTK
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Fri, 29 Sep 2006 13:04:01 +0000 |
parents | aeff2dd10462 |
children | 5df3fc11f5a7 |
files | gtk/Makefile.am |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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