# HG changeset patch # User Daniel Atallah # Date 1158026410 0 # Node ID f32406e0dd3f3e89e78be66b8d181d69cc99e52b # Parent e3a640372b6ef38eb9581661a046f7e8b28ceac6 [gaim-migrate @ 17257] Don't include config.h in the dist (I don't know if I can completely get rid of the gaiminclude_HEADERS variable in the root Makefile.am - someone more autotools savvy can do so if it is appropriate). Add missing wingaim Makefiles to the dist. committer: Tailor Script diff -r e3a640372b6e -r f32406e0dd3f Makefile.am --- a/Makefile.am Mon Sep 11 22:57:41 2006 +0000 +++ b/Makefile.am Tue Sep 12 02:00:10 2006 +0000 @@ -30,7 +30,7 @@ po/Makefile.mingw gaimincludedir=$(includedir)/gaim -gaiminclude_HEADERS = config.h +nodist_gaiminclude_HEADERS = config.h pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = gaim.pc diff -r e3a640372b6e -r f32406e0dd3f gtk/sounds/Makefile.am --- a/gtk/sounds/Makefile.am Mon Sep 11 22:57:41 2006 +0000 +++ b/gtk/sounds/Makefile.am Tue Sep 12 02:00:10 2006 +0000 @@ -1,4 +1,5 @@ EXTRA_DIST = \ + Makefile.mingw \ alert.wav \ login.wav \ logout.wav \ diff -r e3a640372b6e -r f32406e0dd3f libgaim/protocols/Makefile.am --- a/libgaim/protocols/Makefile.am Mon Sep 11 22:57:41 2006 +0000 +++ b/libgaim/protocols/Makefile.am Tue Sep 12 02:00:10 2006 +0000 @@ -1,3 +1,5 @@ +EXTRA_DIST = Makefile.mingw + DIST_SUBDIRS = bonjour gg irc jabber msn novell oscar qq sametime silc toc simple yahoo zephyr SUBDIRS = $(DYNAMIC_PRPLS) $(STATIC_PRPLS)