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