# HG changeset patch # User Herman Bloggs # Date 1065818105 0 # Node ID 79e33c8ecf16cb5f12a54c29e83ba7e484ad8d6a # Parent 664d658c1b1706d846f993b037e7498ab429e08f [gaim-migrate @ 7803] Some Win Gaim files were missing from the dist. committer: Tailor Script diff -r 664d658c1b17 -r 79e33c8ecf16 Makefile.am --- a/Makefile.am Fri Oct 10 18:20:39 2003 +0000 +++ b/Makefile.am Fri Oct 10 20:35:05 2003 +0000 @@ -12,7 +12,6 @@ Makefile.mingw \ README.mingw \ VERSION \ - plugins/Makefile.mingw \ plugins/win32/transparency/Makefile.mingw \ plugins/win32/transparency/win2ktrans.c \ plugins/win32/winprefs/gtkappbar.c \ diff -r 664d658c1b17 -r 79e33c8ecf16 pixmaps/Makefile.am --- a/pixmaps/Makefile.am Fri Oct 10 18:20:39 2003 +0000 +++ b/pixmaps/Makefile.am Fri Oct 10 20:35:05 2003 +0000 @@ -47,7 +47,8 @@ gaim_msgpend_4bit_16.ico \ gaim_msgunread_4bit_16.ico \ gaim_offline.ico \ - gaim_offline_4bit_16.ico + gaim_offline_4bit_16.ico \ + gaim_blank_4bit_16.ico gaimbuttonpixdir = $(datadir)/pixmaps/gaim/buttons diff -r 664d658c1b17 -r 79e33c8ecf16 plugins/Makefile.am --- a/plugins/Makefile.am Fri Oct 10 18:20:39 2003 +0000 +++ b/plugins/Makefile.am Fri Oct 10 20:35:05 2003 +0000 @@ -53,7 +53,8 @@ signals-test.c \ simple.c \ gaim.pl \ - fortuneprofile.pl + fortuneprofile.pl \ + Makefile.mingw AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ diff -r 664d658c1b17 -r 79e33c8ecf16 plugins/perl/Makefile.am --- a/plugins/perl/Makefile.am Fri Oct 10 18:20:39 2003 +0000 +++ b/plugins/perl/Makefile.am Fri Oct 10 20:35:05 2003 +0000 @@ -57,7 +57,8 @@ EXTRA_DIST = \ Makefile.mingw \ - $(common_sources) + common/Makefile.mingw \ + $(common_sources) common/Makefile: common/Makefile.PL @if test "x${top_srcdir}" != "x${top_builddir}"; then \ diff -r 664d658c1b17 -r 79e33c8ecf16 plugins/ssl/Makefile.am --- a/plugins/ssl/Makefile.am Fri Oct 10 18:20:39 2003 +0000 +++ b/plugins/ssl/Makefile.am Fri Oct 10 20:35:05 2003 +0000 @@ -1,3 +1,6 @@ +EXTRA_DIST = \ + Makefile.mingw + plugindir = $(libdir)/gaim ssl_la_LDFLAGS = -module -avoid-version diff -r 664d658c1b17 -r 79e33c8ecf16 src/Makefile.mingw --- a/src/Makefile.mingw Fri Oct 10 18:20:39 2003 +0000 +++ b/src/Makefile.mingw Fri Oct 10 20:35:05 2003 +0000 @@ -126,7 +126,6 @@ signals.c \ sound.c \ sslconn.c \ - ssl-nss.c \ status.c \ stock.c \ themes.c \ diff -r 664d658c1b17 -r 79e33c8ecf16 src/protocols/jabber/Makefile.am --- a/src/protocols/jabber/Makefile.am Fri Oct 10 18:20:39 2003 +0000 +++ b/src/protocols/jabber/Makefile.am Fri Oct 10 20:35:05 2003 +0000 @@ -1,5 +1,7 @@ -EXTRA_DIST = win32/posix.uname.c \ - win32/utsname.h +EXTRA_DIST = \ + Makefile.mingw \ + win32/posix.uname.c \ + win32/utsname.h pkgdir = $(libdir)/gaim