acl/lib_acl_cpp/samples/db/mysql_manager/Makefile
2015-08-12 01:48:24 -07:00

7 lines
143 B
Makefile

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