summaryrefslogtreecommitdiff
path: root/pidgin/pixmaps/animations
diff options
context:
space:
mode:
authorStu Tomlinson <nosnilmot@pidgin.im>2007-10-28 14:28:34 +0000
committerStu Tomlinson <nosnilmot@pidgin.im>2007-10-28 14:28:34 +0000
commit9b3cfde7d18beaafaf63049bf2940fa924a11a0a (patch)
treeec43bac70911e80f89491bba7ec403ca5f495344 /pidgin/pixmaps/animations
parentee514e957a08b750d69eca4ad0ee65acdf02ef7e (diff)
downloadpidgin-9b3cfde7d18beaafaf63049bf2940fa924a11a0a.tar.gz
Fix win32 pixmaps/Makefile.mingw and remove unused Makefile.mingw's
Diffstat (limited to 'pidgin/pixmaps/animations')
-rw-r--r--pidgin/pixmaps/animations/Makefile.mingw14
1 files changed, 0 insertions, 14 deletions
diff --git a/pidgin/pixmaps/animations/Makefile.mingw b/pidgin/pixmaps/animations/Makefile.mingw
deleted file mode 100644
index c57e696b27..0000000000
--- a/pidgin/pixmaps/animations/Makefile.mingw
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Makefile.mingw
-#
-# Description: Makefile for win32 (mingw) version of Pidgin pixmaps
-#
-
-include ./Makefile.am
-
-install:
- if test '$(SUBDIRS)'; then \
- list='$(SUBDIRS)'; for subdir in $$list; do \
- $(MAKE) -C $$subdir -f Makefile.mingw install || exit 1; \
- done; \
- fi;