--- elwix/files/sqlite/lib/Makefile 2013/05/07 20:46:50 1.5 +++ elwix/files/sqlite/lib/Makefile 2013/08/05 13:10:17 1.6 @@ -1,9 +1,10 @@ # ELWIX project sqlite3 embedding database # -# $Id: Makefile,v 1.5 2013/05/07 20:46:50 misho Exp $ +# $Id: Makefile,v 1.6 2013/08/05 13:10:17 misho Exp $ LIB= sqlite3 -SHLIBDIR?= /usr/lib +LIBDIR= /usr/local/lib +INCLUDEDIR= /usr/local/include SHLIB_MAJOR= 1 INCS= sqlite3.h sqlite3ext.h