grim/purple-spasm

Move the assets to the base directory until libpurple.mk #7 can be fixed.
#!/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