Mercurial > pidgin
changeset 7231:79e33c8ecf16
[gaim-migrate @ 7803]
Some Win Gaim files were missing from the dist.
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Fri, 10 Oct 2003 20:35:05 +0000 |
parents | 664d658c1b17 |
children | 10450fdde320 |
files | Makefile.am pixmaps/Makefile.am plugins/Makefile.am plugins/perl/Makefile.am plugins/ssl/Makefile.am src/Makefile.mingw src/protocols/jabber/Makefile.am |
diffstat | 7 files changed, 13 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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 \
--- 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
--- 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)\" \
--- 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 \
--- 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
--- 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 \
--- 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