Fri, 29 Sep 2006 13:04:01 +0000
[gaim-migrate @ 17397]
EXTRA_DIST should not be conditional on ENABLE_GTK
| gtk/Makefile.am | file | annotate | diff | comparison | revisions |
--- 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