diff pidgin/pixmaps/toolbar/Makefile.mingw @ 15575:ad9e09c331f5

keeping the win32 build working...
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 05 Feb 2007 15:47:54 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pidgin/pixmaps/toolbar/Makefile.mingw	Mon Feb 05 15:47:54 2007 +0000
@@ -0,0 +1,14 @@
+#
+# 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;