Mercurial > pidgin.yaz
view gtk/pixmaps/status/default/Makefile.mingw @ 15146:d308c7c6f669
[gaim-migrate @ 17931]
gntgaim changes for GaimNotifyUserInfo introduced in [17929]
committer: Tailor Script <tailor@pidgin.im>
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Sun, 10 Dec 2006 02:54:26 +0000 |
parents | a02c29df922f |
children |
line wrap: on
line source
# # 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;