gtk/pixmaps/status/default/Makefile.mingw

branch
gaim
changeset 20470
77693555855f
parent 4707
8fd2b9f3a13d
parent 14887
067f351ad90a
child 20471
1966704b3e42
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gtk/pixmaps/status/default/Makefile.mingw	Sun May 20 06:19:49 2007 +0000
@@ -0,0 +1,18 @@
+#
+# Makefile.mingw
+#
+# Description: Makefile for win32 (mingw) version of Gaim pixmaps
+#
+
+GAIM_TOP = ../../../..
+include $(GAIM_TOP)/libgaim/win32/global.mak
+
+datadir = $(GAIM_INSTALL_DIR)
+include ./Makefile.am
+
+install:
+	if test '$(gaimstatuspix_DATA)'; then \
+	  mkdir -p $(gaimstatuspixdir); \
+	  cp $(gaimstatuspix_DATA) $(gaimstatuspixdir); \
+	fi;
+

mercurial