diff --git a/Makefile.conf b/Makefile.conf index db925bb..91f4b30 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -2,5 +2,8 @@ # Makefile.conf # +LFLAGS += -lSQLite +LFLAGS += -L$(ROOTPATH)/lib/$(ARCH) CFLAGS += -I$(ROOTPATH) -I$(ROOTPATH)/include + DEBUGDIR := .debug