acl/lib_acl_cpp/samples/sqlite/Makefile

7 lines
148 B
Makefile
Raw Normal View History

include ../Makefile.in
PROG = sqlite
ifneq ($(findstring FreeBSD, $(UNIXNAME)), FreeBSD)
EXTLIBS += -ldl
endif
#EXTLIBS += -lsqlite3 -lmysqlclient