]> jfr.im git - irc/quakenet/newserv.git/blobdiff - trusts/Makefile.in
Start work on replication, refactor management commands from, er, non management...
[irc/quakenet/newserv.git] / trusts / Makefile.in
index 7f8d2a36fbcdbd7cdfdb49fa39928a41bb435d1c..a8a2ee8c4a5cfee173edc1c93d026ea46ec212cd 100644 (file)
@@ -4,7 +4,7 @@ TRUSTSDIRS=newsearch
 
 .PHONY: all dirs $(TRUSTSDIRS) clean distclean
 
-all: trusts.so trusts_commands.so trusts_policy.so trusts_migration.so trusts_db.so dirs
+all: trusts.so trusts_commands.so trusts_policy.so trusts_migration.so trusts_db.so trusts_management.so trusts_master.so trusts_slave.so dirs
 
 trusts.so: trusts.o data.o formats.o events.o
 
@@ -16,6 +16,12 @@ trusts_policy.so: trusts_policy.o
 
 trusts_migration.so: trusts_migration.o db-migration.o migration.o
 
+trusts_management.so: trusts_management.o
+
+trusts_master.so: trusts_master.o
+
+trusts_slave.so: trusts_slave.o
+
 dirs: $(TRUSTSDIRS)
        ln -sf */*.so .