Sat, 18 Aug 2007 05:54:49 +0000
- Add purple_certificate_display_x509
|
15521
6941ce89eff9
More win32 pixmap build fixes.
Daniel Atallah <datallah@pidgin.im>
parents:
diff
changeset
|
1 | # |
|
6941ce89eff9
More win32 pixmap build fixes.
Daniel Atallah <datallah@pidgin.im>
parents:
diff
changeset
|
2 | # Makefile.mingw |
|
6941ce89eff9
More win32 pixmap build fixes.
Daniel Atallah <datallah@pidgin.im>
parents:
diff
changeset
|
3 | # |
|
16100
a0ab70986c10
This should get all the Win32 Makefiles in line with
Kevin Stange <kstange@pidgin.im>
parents:
15521
diff
changeset
|
4 | # Description: Makefile for win32 (mingw) version of Pidgin pixmaps |
|
15521
6941ce89eff9
More win32 pixmap build fixes.
Daniel Atallah <datallah@pidgin.im>
parents:
diff
changeset
|
5 | # |
|
6941ce89eff9
More win32 pixmap build fixes.
Daniel Atallah <datallah@pidgin.im>
parents:
diff
changeset
|
6 | |
|
6941ce89eff9
More win32 pixmap build fixes.
Daniel Atallah <datallah@pidgin.im>
parents:
diff
changeset
|
7 | include ./Makefile.am |
|
6941ce89eff9
More win32 pixmap build fixes.
Daniel Atallah <datallah@pidgin.im>
parents:
diff
changeset
|
8 | |
|
6941ce89eff9
More win32 pixmap build fixes.
Daniel Atallah <datallah@pidgin.im>
parents:
diff
changeset
|
9 | install: |
|
6941ce89eff9
More win32 pixmap build fixes.
Daniel Atallah <datallah@pidgin.im>
parents:
diff
changeset
|
10 | if test '$(SUBDIRS)'; then \ |
|
6941ce89eff9
More win32 pixmap build fixes.
Daniel Atallah <datallah@pidgin.im>
parents:
diff
changeset
|
11 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
|
6941ce89eff9
More win32 pixmap build fixes.
Daniel Atallah <datallah@pidgin.im>
parents:
diff
changeset
|
12 | $(MAKE) -C $$subdir -f Makefile.mingw install || exit 1; \ |
|
6941ce89eff9
More win32 pixmap build fixes.
Daniel Atallah <datallah@pidgin.im>
parents:
diff
changeset
|
13 | done; \ |
|
6941ce89eff9
More win32 pixmap build fixes.
Daniel Atallah <datallah@pidgin.im>
parents:
diff
changeset
|
14 | fi; |