Mercurial > pidgin
view gtk/pixmaps/smileys/Makefile.mingw @ 14960:91d8fb14bd27
[gaim-migrate @ 17739]
The doc tells to use _set_current_name instead of set_filename for new files.
This fixes the bug reported by TheNux in #gaim.
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 11 Nov 2006 23:35:07 +0000 |
parents | 5d03b309b482 |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Gaim pixmaps # include ./Makefile.am .PHONY: install install: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ $(MAKE) -C $$subdir -f Makefile.mingw install; \ done; \ fi;