From 3b0c7c0469c1176eae75f92e33f40bdc088cbb4f Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 13 Oct 2015 18:06:13 +0100 Subject: Rename the 'Null' plugin to 'Matrix' Still doesn't do anything, but at least it has the right name now... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7bcb61a..915f4ea 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ CFLAGS+=-I/usr/include/libpurple -DPURPLE_PLUGINS $(GLIB_CFLAGS) CFLAGS+=-fPIC -DPIC CFLAGS+=-Wall -g -O0 -OBJECTS=nullprpl.o +OBJECTS=libmatrix.o TARGET=libmatrix.so all: $(TARGET) -- cgit