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