]> jfr.im git - irc/quakenet/newserv.git/blobdiff - trusts/Makefile.in
JOINFLOOD: add support for glining of ident for trusted users.
[irc/quakenet/newserv.git] / trusts / Makefile.in
index 893e8540bb4ce34b8952abaafb9f737dce96dd73..3de60c519168c1d66123fda4250254bd91b8abf0 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 trusts_management.so trusts_master.so trusts_slave.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 trusts_api.so dirs
 
 trusts.so: trusts.o data.o formats.o events.o
 
@@ -22,6 +22,8 @@ trusts_master.so: trusts_master.o
 
 trusts_slave.so: trusts_slave.o db-slave.o
 
+trusts_api.so: trusts_api.o
+
 dirs: $(TRUSTSDIRS)
        ln -sf */*.so .