]> jfr.im git - irc/quakenet/newserv.git/blob - trusts_search/Makefile.in
add my version of trusts, trusts_newsearch, trusts_search modules
[irc/quakenet/newserv.git] / trusts_search / Makefile.in
1 @include@ @includel@../build.mk@includel@
2
3 CFLAGS+=$(INCPGSQL) $(INCPCRE)
4 LDFLAGS+=$(LIBPGSQL) $(LIBPCRE)
5
6 .PHONY: all
7 all: trusts_search.so
8
9 trusts_search.so: formats.o trusts_search.o
10