summaryrefslogtreecommitdiff
path: root/plugins/Makefile
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-02-28 18:48:58 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-02-28 18:48:58 +0100
commit74377ece178e661194a40fa79238b3089bb0d0f2 (patch)
treea1313c5518c5304b90396ef6ed3c04088e8fefe0 /plugins/Makefile
parentd26ab5f2338aaf07289dd57c7770f85a79cf7b2b (diff)
Cleaned up unneeded files, some bugfixes
ismaster/isuser now gets called with origin_raw
Diffstat (limited to 'plugins/Makefile')
-rw-r--r--plugins/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Makefile b/plugins/Makefile
index c881e08..7b16ded 100644
--- a/plugins/Makefile
+++ b/plugins/Makefile
@@ -4,6 +4,8 @@ all:
%.so: %.cpp
$(CXX) $(CXXFLAGS) -shared -o $@ $^ ../myfuncs.cpp
+ops.so: ../TUserList.o
+
clean:
rm *.so *.o