acl/lib_acl_cpp/samples/db/mysql_manager/Makefile

7 lines
143 B
Makefile
Raw Normal View History

2015-08-12 16:48:24 +08:00
base_path = ../../..
include ../../Makefile.in
PROG = mysql_manager
ifneq ($(findstring FreeBSD, $(UNIXNAME)), FreeBSD)
EXTLIBS += -ldl
endif