grim/purple-spasm

Initial revision, basic oauth flow is in but super happy pathed!
#!/usr/bin/make -f
PIDGIN_TREE_TOP ?= ../pidgin-2.12.0
WIN32_DEV_TOP ?= $(PIDGIN_TREE_TOP)/../win32-dev
PLUGIN_NAME := purple-spasm
PLUGIN_VERSION := 0.0.1
PLUGIN_CFLAGS := \
$(shell pkg-config --cflags json-glib-1.0)
PLUGIN_LIBRARIES := \
$(shell pkg-config --libs json-glib-1.0)
PLUGIN_SOURCES := \
spasm.c \
spasm-auth.c
PLUGIN_HEADERS := \
spasm-account.h \
spasm-auth.h \
spasm-const.h
include libpurple.mk