acl/lib_acl_cpp/samples/db/pgsql_pool/Makefile
2017-04-27 21:46:28 +08:00

7 lines
140 B
Makefile

base_path = ../../..
include ../../Makefile.in
PROG = pgsql_pool
ifneq ($(findstring FreeBSD, $(UNIXNAME)), FreeBSD)
EXTLIBS += -ldl
endif