grim/purple-spasm

2c1f2ed65b14
Lot's of updates, login cleanup, some other stuff...
#!/usr/bin/make -f
PIDGIN_TREE_TOP ?= ../pidgin-2.12.0
WIN32_DEV_TOP ?= $(PIDGIN_TREE_TOP)/../win32-dev
PLUGIN_LIBRARIES :=
PLUGIN_CFLAGS :=
PLUGIN_NAME := helloworld
PLUGIN_SOURCES := helloworld.c
PLUGIN_HEADERS :=
include libpurple.mk