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

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

Issue 949043002: Add //third_party/sqlite to dirs_to_snapshot, remove net_sql.patch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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
OLDNEW
(Empty)
1
2 AM_CFLAGS = @THREADSAFE_FLAGS@ @DYNAMIC_EXTENSION_FLAGS@ -DSQLITE_ENABLE_FTS3 -D SQLITE_ENABLE_RTREE
3
4 lib_LTLIBRARIES = libsqlite3.la
5 libsqlite3_la_SOURCES = sqlite3.c
6 libsqlite3_la_LDFLAGS = -no-undefined -version-info 8:6:8
7
8 bin_PROGRAMS = sqlite3
9 sqlite3_SOURCES = shell.c sqlite3.h
10 sqlite3_LDADD = $(top_builddir)/libsqlite3.la @READLINE_LIBS@
11 sqlite3_DEPENDENCIES = $(top_builddir)/libsqlite3.la
12
13 include_HEADERS = sqlite3.h sqlite3ext.h
14
15 EXTRA_DIST = sqlite3.1 tea
16 pkgconfigdir = ${libdir}/pkgconfig
17 pkgconfig_DATA = sqlite3.pc
18
19 man_MANS = sqlite3.1
OLDNEW
« no previous file with comments | « third_party/sqlite/sqlite-src-3080704/autoconf/INSTALL ('k') | third_party/sqlite/sqlite-src-3080704/autoconf/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698