--- elwix/files/sqlite/lib/Makefile 2013/05/07 20:46:50 1.5 +++ elwix/files/sqlite/lib/Makefile 2013/05/22 15:24:45 1.5.4.2 @@ -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.4.2 2013/05/22 15:24:45 misho Exp $ LIB= sqlite3 -SHLIBDIR?= /usr/lib +LIBDIR= /usr/local/lib +INCLUDEDIR= /usr/local/include SHLIB_MAJOR= 1 INCS= sqlite3.h sqlite3ext.h