acl/lib_acl_cpp/samples/db/mysql_pool/Makefile

7 lines
140 B
Makefile
Raw Normal View History

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