Mercurial > pidgin.yaz
diff pidgin/pixmaps/emotes/default/22/Makefile.mingw @ 16039:ded8da3de5f8
This should get all the Win32 Makefiles in line with
the names Pidgin and Purple. I tried to separate PIDGIN
and PURPLE values as much as a could to make it easier to
divide them later if that's ever desired.
author | Kevin Stange <kevin@simguy.net> |
---|---|
date | Tue, 10 Apr 2007 06:19:29 +0000 |
parents | 0453c85a1c51 |
children | 92821180bded |
line wrap: on
line diff
--- a/pidgin/pixmaps/emotes/default/22/Makefile.mingw Mon Apr 09 22:54:39 2007 +0000 +++ b/pidgin/pixmaps/emotes/default/22/Makefile.mingw Tue Apr 10 06:19:29 2007 +0000 @@ -1,20 +1,20 @@ -# -# Makefile.mingw -# -# Description: Makefile for win32 (mingw) version of Pidgin pixmaps -# - -GAIM_TOP := ../../../../.. -include $(GAIM_TOP)/libpurple/win32/global.mak - -datadir = $(GAIM_INSTALL_DIR) -include ./Makefile.am - -.PHONY: install - -install: - if test '$(pidginsmileypix_DATA)'; then \ - mkdir -p $(pidginsmileypixdir); \ - cp $(pidginsmileypix_DATA) $(pidginsmileypixdir); \ - fi; - +# +# Makefile.mingw +# +# Description: Makefile for win32 (mingw) version of Pidgin pixmaps +# + +PIDGIN_TREE_TOP := ../../../../.. +include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak + +datadir = $(PIDGIN_INSTALL_DIR) +include ./Makefile.am + +.PHONY: install + +install: + if test '$(pidginsmileypix_DATA)'; then \ + mkdir -p $(pidginsmileypixdir); \ + cp $(pidginsmileypix_DATA) $(pidginsmileypixdir); \ + fi; +