From 62a049959c1a0cda84e3b3e5ec8b0fd9a2806818 Mon Sep 17 00:00:00 2001 From: Sandrine Avakian Date: Fri, 20 May 2016 11:02:27 +0200 Subject: [PATCH] Addiing sqlite3_bctbx_vfs to Makefile.am. --- coreapi/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coreapi/Makefile.am b/coreapi/Makefile.am index 4d2f230d2..a4083deeb 100644 --- a/coreapi/Makefile.am +++ b/coreapi/Makefile.am @@ -43,6 +43,7 @@ linphone_include_HEADERS=\ lpc2xml.h \ lpconfig.h \ sipsetup.h \ + sqlite3_bctbx_vfs.h \ xml2lpc.h \ xmlrpc.h \ vcard.h \ @@ -90,6 +91,7 @@ liblinphone_la_SOURCES=\ sal.c \ siplogin.c \ sipsetup.c \ + sqlite3_bctbx_vfs.c \ xml2lpc.c \ xml.c \ xmlrpc.c \