fix mingw build

Fri, 17 Aug 2007 02:44:28 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Fri, 17 Aug 2007 02:44:28 +0000
changeset 19409
c92e486a5d10
parent 19408
15b736c0db6a
child 19410
85956504e631

fix mingw build

pidgin/pixmaps/status/11/Makefile.mingw file | annotate | diff | comparison | revisions
pidgin/pixmaps/status/Makefile.am file | annotate | diff | comparison | revisions
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pidgin/pixmaps/status/11/Makefile.mingw	Fri Aug 17 02:44:28 2007 +0000
@@ -0,0 +1,20 @@
+#
+# 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 '$(pidginstatuspix_DATA)'; then \
+	  mkdir -p $(pidginstatuspixdir); \
+	  cp $(pidginstatuspix_DATA) $(pidginstatuspixdir); \
+	fi;
+
--- a/pidgin/pixmaps/status/Makefile.am	Fri Aug 17 00:35:12 2007 +0000
+++ b/pidgin/pixmaps/status/Makefile.am	Fri Aug 17 02:44:28 2007 +0000
@@ -2,6 +2,7 @@
 
 EXTRA_DIST = \
 	Makefile.mingw \
+	11/Makefile.mingw \
 	16/Makefile.mingw \
 	16/rtl/Makefile.mingw \
 	22/Makefile.mingw \

mercurial