grim/purple-spasm

Change PLUGIN_LIBRARIES to PLUGIN_LIBS like libpurple.mk is expecting. Fixes #6
--- a/Makefile.example Thu Apr 27 22:24:08 2017 -0500
+++ b/Makefile.example Thu May 11 20:27:58 2017 -0500
@@ -3,9 +3,10 @@
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 :=
+PLUGIN_LIBS :=
+PLUGIN_CFLAGS :=
+
include libpurple.mk