Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(229)

Side by Side Diff: third_party/sqlite/src/autoconf/Makefile.am

Issue 1610963002: Import SQLite 3.10.2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/sqlite/src/addopcodes.awk ('k') | third_party/sqlite/src/autoconf/README.first » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 AM_CFLAGS = @THREADSAFE_FLAGS@ @DYNAMIC_EXTENSION_FLAGS@ -DSQLITE_ENABLE_FTS3 -D SQLITE_ENABLE_RTREE 2 AM_CFLAGS = @THREADSAFE_FLAGS@ @DYNAMIC_EXTENSION_FLAGS@ @FTS5_FLAGS@ @JSON1_FLA GS@ -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE
3 3
4 lib_LTLIBRARIES = libsqlite3.la 4 lib_LTLIBRARIES = libsqlite3.la
5 libsqlite3_la_SOURCES = sqlite3.c 5 libsqlite3_la_SOURCES = sqlite3.c
6 libsqlite3_la_LDFLAGS = -no-undefined -version-info 8:6:8 6 libsqlite3_la_LDFLAGS = -no-undefined -version-info 8:6:8
7 7
8 bin_PROGRAMS = sqlite3 8 bin_PROGRAMS = sqlite3
9 sqlite3_SOURCES = shell.c sqlite3.h 9 sqlite3_SOURCES = shell.c sqlite3.h
10 sqlite3_LDADD = $(top_builddir)/libsqlite3.la @READLINE_LIBS@ 10 EXTRA_sqlite3_SOURCES = sqlite3.c
11 sqlite3_DEPENDENCIES = $(top_builddir)/libsqlite3.la 11 sqlite3_LDADD = @EXTRA_SHELL_OBJ@ @READLINE_LIBS@
12 sqlite3_DEPENDENCIES = @EXTRA_SHELL_OBJ@
13 sqlite3_CFLAGS = $(AM_CFLAGS)
12 14
13 include_HEADERS = sqlite3.h sqlite3ext.h 15 include_HEADERS = sqlite3.h sqlite3ext.h
14 16
15 EXTRA_DIST = sqlite3.1 tea 17 EXTRA_DIST = sqlite3.1 tea
16 pkgconfigdir = ${libdir}/pkgconfig 18 pkgconfigdir = ${libdir}/pkgconfig
17 pkgconfig_DATA = sqlite3.pc 19 pkgconfig_DATA = sqlite3.pc
18 20
19 man_MANS = sqlite3.1 21 man_MANS = sqlite3.1
OLDNEW
« no previous file with comments | « third_party/sqlite/src/addopcodes.awk ('k') | third_party/sqlite/src/autoconf/README.first » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698