grim/purple-spasm

Almost working login stuff. The saved token doesn't seem to work though, not sure why yet
#!/usr/bin/make -f
PIDGIN_TREE_TOP ?= ../pidgin-2.12.0
WIN32_DEV_TOP ?= $(PIDGIN_TREE_TOP)/../win32-dev
PLUGIN_NAME := helloworld
PLUGIN_SOURCES := helloworld.c
PLUGIN_HEADERS :=
PLUGIN_LIBS :=
PLUGIN_CFLAGS :=
include libpurple.mk