Mercurial > pidgin.yaz
view gtk/pixmaps/smileys/Makefile.mingw @ 14536:f32406e0dd3f
[gaim-migrate @ 17257]
Don't include config.h in the dist (I don't know if I can completely get rid of the gaiminclude_HEADERS variable in the root Makefile.am - someone more autotools savvy can do so if it is appropriate). Add missing wingaim Makefiles to the dist.
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Tue, 12 Sep 2006 02:00:10 +0000 |
parents | 8793fc8f7064 |
children | 5d03b309b482 |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Gaim pixmaps # include ./Makefile.am install: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ $(MAKE) -C $$subdir -f Makefile.mingw install; \ done; \ fi;