X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-mysql%2FMakefile;h=bd3cfd2506b61e6ac7744e44f0d2b9f708289425;hp=dd47bc5d846c43ac6a9f4b0c07edebe26f685479;hb=e3924d6e872f06dce33c923b15c5d30baa31460c;hpb=a1921eaa3bd9a412a736a36bdd50ff5766ab1c9f diff --git a/db-mysql/Makefile b/db-mysql/Makefile index dd47bc5..bd3cfd2 100644 --- a/db-mysql/Makefile +++ b/db-mysql/Makefile @@ -17,10 +17,11 @@ SUBDIRS= include ../Makefile.common -base=uffi_mysql +base=clsql_mysql source=$(base).c object=$(base).o -shared_lib=uffi_mysql.so +shared_lib=$(base).so + .PHONY: all all: $(shared_lib)