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

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

Issue 2363173002: [sqlite] Remove obsolete reference version 3.8.7.4. (Closed)
Patch Set: Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: third_party/sqlite/sqlite-src-3080704/autoconf/Makefile.am
diff --git a/third_party/sqlite/sqlite-src-3080704/autoconf/Makefile.am b/third_party/sqlite/sqlite-src-3080704/autoconf/Makefile.am
deleted file mode 100644
index 6fc4f33c0e5a7331107ead6d6b6a110b467dccd7..0000000000000000000000000000000000000000
--- a/third_party/sqlite/sqlite-src-3080704/autoconf/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-
-AM_CFLAGS = @THREADSAFE_FLAGS@ @DYNAMIC_EXTENSION_FLAGS@ -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE
-
-lib_LTLIBRARIES = libsqlite3.la
-libsqlite3_la_SOURCES = sqlite3.c
-libsqlite3_la_LDFLAGS = -no-undefined -version-info 8:6:8
-
-bin_PROGRAMS = sqlite3
-sqlite3_SOURCES = shell.c sqlite3.h
-sqlite3_LDADD = $(top_builddir)/libsqlite3.la @READLINE_LIBS@
-sqlite3_DEPENDENCIES = $(top_builddir)/libsqlite3.la
-
-include_HEADERS = sqlite3.h sqlite3ext.h
-
-EXTRA_DIST = sqlite3.1 tea
-pkgconfigdir = ${libdir}/pkgconfig
-pkgconfig_DATA = sqlite3.pc
-
-man_MANS = sqlite3.1
« 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