Skip to content

Instantly share code, notes, and snippets.

@samuelololol
samuelololol / Makefile.am
Created April 9, 2014 07:26
add the line 25-30 to make nullprpl protocol plugin can be compiled by the command `make nullprpl.so`
EXTRA_DIST = \
Makefile.mingw \
README
pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION)
NULLSOURCES = nullprpl.c
AM_CFLAGS = $(st)