grim/purple-spasm

Add our protocol icons

2017-05-11, Gary Kramlich
0064766dd97a
Add our protocol icons
#!/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