Do not embed sqlite3 when building

Change-Id: If5edadc04c3ff953b451676e55ad3d00d4e43c82
This commit is contained in:
Ruben Undheim 2016-12-21 18:36:35 +01:00 committed by Max
parent 833e97e9ba
commit d1b28bd766
2 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@ AM_CXXFLAGS = -Wall -pthread -ldl
# Order must be preserved
SUBDIRS = \
sqlite3 \
CommonLibs \
GSM \
Transceiver52M

View File

@ -33,6 +33,6 @@ STD_DEFINES_AND_INCLUDES = \
COMMON_LA = $(top_builddir)/CommonLibs/libcommon.la
GSM_LA = $(top_builddir)/GSM/libGSM.la
SQLITE_LA = $(top_builddir)/sqlite3/libsqlite.la -ldl
SQLITE_LA = -lsqlite3
MOSTLYCLEANFILES = *~