# HG changeset patch # User Stu Tomlinson # Date 1193585741 0 # Node ID 54c33a552eb6aa9d747c1b10a6ea8385a08ae6a5 # Parent 97f70e18c610cd297a61cd0dda82e53fc442605e Makefile.mingw updates to install animations/16 files without a Makefile in the subdirectory diff -r 97f70e18c610 -r 54c33a552eb6 pidgin/pixmaps/Makefile.am --- a/pidgin/pixmaps/Makefile.am Sun Oct 28 15:06:33 2007 +0000 +++ b/pidgin/pixmaps/Makefile.am Sun Oct 28 15:35:41 2007 +0000 @@ -8,7 +8,6 @@ toolbar/16 toolbar/22 tray/16 tray/22 tray/32 tray/48 MAKEFILE_MINGW = \ - animations/16/Makefile.mingw \ buddy_icons/qq/Makefile.mingw \ dialogs/16/Makefile.mingw \ dialogs/64/Makefile.mingw \ diff -r 97f70e18c610 -r 54c33a552eb6 pidgin/pixmaps/Makefile.mingw --- a/pidgin/pixmaps/Makefile.mingw Sun Oct 28 15:06:33 2007 +0000 +++ b/pidgin/pixmaps/Makefile.mingw Sun Oct 28 15:35:41 2007 +0000 @@ -20,6 +20,13 @@ fi \ done; \ fi; + if test '$(nobase_dist_pidginpixmap_DATA)'; then \ + list='$(nobase_dist_pidginpixmap_DATA)'; for file in $$list; do \ + dir=`dirname $$file`; \ + mkdir -p $(pidginpixmapdir)/$$dir; \ + cp $$file $(pidginpixmapdir)/$$dir/; \ + done; \ + fi; if test '$(pidginbuttonpix_DATA)'; then \ mkdir -p $(pidginbuttonpixdir); \ cp $(pidginbuttonpix_DATA) $(pidginbuttonpixdir); \ diff -r 97f70e18c610 -r 54c33a552eb6 pidgin/pixmaps/animations/16/Makefile.mingw --- a/pidgin/pixmaps/animations/16/Makefile.mingw Sun Oct 28 15:06:33 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -# -# Makefile.mingw -# -# Description: Makefile for win32 (mingw) version of Pidgin pixmaps -# - -PIDGIN_TREE_TOP := ../../../.. -include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak - -datadir = $(PIDGIN_INSTALL_DIR) -include ./Makefile.am - -.PHONY: install - -install: - if test '$(pidginanimpix_DATA)'; then \ - mkdir -p $(pidginanimpixdir); \ - cp $(pidginanimpix_DATA) $(pidginanimpixdir); \ - fi; -