--- elwix/files/sqlite/lib/Makefile 2013/05/22 15:10:54 1.5.4.1 +++ 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.4.1 2013/05/22 15:10:54 misho Exp $ +# $Id: Makefile,v 1.6 2013/08/05 13:10:17 misho Exp $ LIB= sqlite3 -SHLIBDIR?= /usr/local/lib +LIBDIR= /usr/local/lib +INCLUDEDIR= /usr/local/include SHLIB_MAJOR= 1 INCS= sqlite3.h sqlite3ext.h