acl/lib_acl_cpp/samples/db/pgsql_pool/Makefile

7 lines
140 B
Makefile
Raw Normal View History

2017-04-27 21:46:28 +08:00
base_path = ../../..
include ../../Makefile.in
PROG = pgsql_pool
ifneq ($(findstring FreeBSD, $(UNIXNAME)), FreeBSD)
EXTLIBS += -ldl
endif