pidgin/pixmaps/tray/Makefile.mingw

changeset 21453
a90cf329cd48
parent 21273
2f91b326b3f0
parent 21452
326d5b91950b
child 21454
2ca06ee152ac
equal deleted inserted replaced
21273:2f91b326b3f0 21453:a90cf329cd48
1 #
2 # Makefile.mingw
3 #
4 # Description: Makefile for win32 (mingw) version of Pidgin pixmaps
5 #
6
7 include ./Makefile.am
8
9 install:
10 if test '$(SUBDIRS)'; then \
11 list='$(SUBDIRS)'; for subdir in $$list; do \
12 $(MAKE) -C $$subdir -f Makefile.mingw install || exit 1; \
13 done; \
14 fi;

mercurial