--- elwix/files/sqlite/lib/Makefile 2013/05/07 20:46:50 1.5 +++ elwix/files/sqlite/lib/Makefile 2013/07/19 09:01:00 1.5.2.1 @@ -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.5.2.1 2013/07/19 09:01:00 misho Exp $ LIB= sqlite3 -SHLIBDIR?= /usr/lib +LIBDIR= /usr/local/lib +INCLUDEDIR= /usr/local/include SHLIB_MAJOR= 1 INCS= sqlite3.h sqlite3ext.h