]> jfr.im git - irc/quakenet/newserv.git/blame - pqsql/Makefile
Added code to handle SIGUSR1 and trigger a hook. This can be used by modules for...
[irc/quakenet/newserv.git] / pqsql / Makefile
CommitLineData
e43481af
CP
1
2.PHONY: all
3all: pqsql.so
4
5pqsql.so: pqsql.o
6 ld -shared -Bdynamic ${LIBPGSQL} -o $@ $^
7