Mercurial > pidgin.yaz
view pixmaps/status/Makefile.mingw @ 13758:ff94569010f5
[gaim-migrate @ 16169]
This should eliminate an assertion failure when the cipher
code initializes and you're using Dbus. The cipher code
was not registering the cipher with Dbus. It's all good,
brother.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 10 May 2006 02:27:09 +0000 |
parents | eb6feb00e6f3 |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Gaim pixmaps # INSTALL_DIR = ../../win32-install-dir/pixmaps/gaim/status include ./Makefile.am install: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ $(MAKE) -C $$subdir -f Makefile.mingw install; \ done; \ fi;