Mercurial > pidgin.yaz
annotate pixmaps/smileys/none/Makefile.mingw @ 11194:4c1f45ac00e9
[gaim-migrate @ 13317]
- added retries for UDP transport
- added keep alive for UDP to stay in NAT tables
- unregistering contact on logout
- start of argument unification (struct simple_account_data *sip, ...)
committer: Tailor Script <tailor@pidgin.im>
author | Thomas Butter <tbutter> |
---|---|
date | Sat, 06 Aug 2005 12:25:15 +0000 |
parents | ea2e2119b135 |
children |
rev | line source |
---|---|
8841 | 1 # |
2 # Makefile.mingw | |
3 # | |
4 # Description: Makefile for win32 (mingw) version of Gaim pixmaps | |
5 # | |
6 | |
7 datadir = ../../../win32-install-dir | |
8 include ./Makefile.am | |
9 | |
10 install: | |
11 if test '$(SUBDIRS)'; then \ | |
12 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
13 $(MAKE) -C $$subdir -f Makefile.mingw install; \ | |
14 done; \ | |
15 fi; | |
16 if test '$(gaimsmileypix_DATA)'; then \ | |
17 mkdir -p $(gaimsmileypixdir); \ | |
18 cp $(gaimsmileypix_DATA) $(gaimsmileypixdir); \ | |
19 fi; | |
20 |