comparison libpurple/plugins/perl/common/Makefile.mingw @ 16365:ca09f5b57672

This is mostly moving Purple::GtkUI:: -> Pidgin:: which has the side effect of actually making the module usable. It also cleans up some random bits in a handful of files, things like trailing slashes, empty extra lines, etc.
author Etan Reisner <pidgin@unreliablesource.net>
date Fri, 27 Apr 2007 05:18:14 +0000
parents 1843c0180fbe
children 39c7bb133a9f
comparison
equal deleted inserted replaced
16364:a5a64fcad0ca 16365:ca09f5b57672
64 Server.xs \ 64 Server.xs \
65 Sound.xs \ 65 Sound.xs \
66 Status.xs \ 66 Status.xs \
67 Stringref.xs \ 67 Stringref.xs \
68 Util.xs \ 68 Util.xs \
69 XMLNode.xs \ 69 XMLNode.xs
70 70
71 FALLBACKS = const-c.inc const-xs.inc 71 FALLBACKS = const-c.inc const-xs.inc
72 C_FILES = $(XS_FILES:%.xs=%.c) 72 C_FILES = $(XS_FILES:%.xs=%.c)
73 OBJECTS = $(C_FILES:%.c=%.o) 73 OBJECTS = $(C_FILES:%.c=%.o)
74 74