]> jfr.im git - irc/quakenet/newserv.git/blame - trusts2/Makefile.in
trustscommands as seperate module
[irc/quakenet/newserv.git] / trusts2 / Makefile.in
CommitLineData
e2527cba
P
1@include@ @includel@../build.mk@includel@
2
3CFLAGS+=$(INCDBAPI)
4LDFLAGS+=$(LIBDBAPI)
5
6.PHONY: all
7
9a8ffb84 8all: trusts.so trusts_commands.so
e2527cba 9
9a8ffb84
P
10trusts.so: trusts_ident.o trusts_hosts.o trusts_groups.o trusts_alloc.o trusts.o trusts_handlers.o trusts_hash.o trusts_db.o
11trusts_commands.so: trusts_commands.o
12