aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2015-10-13 18:06:13 +0100
committerRichard van der Hoff <richard@matrix.org>2015-10-13 18:06:13 +0100
commit3b0c7c0469c1176eae75f92e33f40bdc088cbb4f (patch)
tree80c921c0b1ba7236bd8fd9605ca47dab878cb878 /Makefile
parent660c9fce8edfde76a6b40410b0629fd7aa5b4e6c (diff)
downloadpurple-matrix-3b0c7c0469c1176eae75f92e33f40bdc088cbb4f.tar.gz
Rename the 'Null' plugin to 'Matrix'
Still doesn't do anything, but at least it has the right name now...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)