acl/lib_acl_cpp/samples/db/mysql_pool/Makefile
2015-08-10 09:10:57 -07:00

7 lines
140 B
Makefile

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