From e766abbf82f02473038a83fd2f78befd08544cab Mon Sep 17 00:00:00 2001 From: "kurtis.heimerl" Date: Wed, 14 Nov 2012 03:51:51 +0000 Subject: Alexander's patch #1: This patch makes a step towards using a system-wide sqlite3 lib. It moves sqlite3util.cpp/.h to CommonLibs and leaves only original sqlite3 files in the sqlite3 dir of OpenBTS. I do not claim any copyright over this change, as it's very basic. Looking forward to see it merged into mainline. git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@4467 19bc5d8c-e614-43d4-8b26-e1612bc8e597 --- CommonLibs/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'CommonLibs/Makefile.am') diff --git a/CommonLibs/Makefile.am b/CommonLibs/Makefile.am index 52c965c..6bba671 100644 --- a/CommonLibs/Makefile.am +++ b/CommonLibs/Makefile.am @@ -33,7 +33,8 @@ libcommon_la_SOURCES = \ Timeval.cpp \ Logger.cpp \ URLEncode.cpp \ - Configuration.cpp + Configuration.cpp \ + sqlite3util.cpp noinst_PROGRAMS = \ BitVectorTest \ @@ -58,7 +59,8 @@ noinst_HEADERS = \ URLEncode.h \ Configuration.h \ F16.h \ - Logger.h + Logger.h \ + sqlite3util.h BitVectorTest_SOURCES = BitVectorTest.cpp BitVectorTest_LDADD = libcommon.la -- cgit v1.2.3