pidgin/pixmaps/tray/Makefile.mingw@772b691e901b
pidgin/pixmaps/tray/Makefile.mingw
Sat, 18 Aug 2007 05:54:49 +0000
- author
- William Ehlhardt <williamehlhardt@gmail.com>
- date
- Sat, 18 Aug 2007 05:54:49 +0000
- branch
- soc.2007.certmgr
- changeset 19489
- 772b691e901b
- parent 16100
-
a0ab70986c10
- permissions
- -rw-r--r--
- Add purple_certificate_display_x509
#
# 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;