diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2015-08-09 05:28:08 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2015-08-09 05:28:08 +0000 |
| commit | 86a52f9335d0d6a09b053de20b22800732870122 (patch) | |
| tree | bcd574c400ad845d6a020d5ec27c325f5dd7f887 /Makefile.am | |
| parent | 4c9d048ebd334ccd76f33f756af225346f7e5978 (diff) | |
Import sqlite3-3.8.11.1 (3081101)vendor/sqlite3/sqlite-3081101
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 6fc4f33c0e5a..60d2ba2673ae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,9 +6,9 @@ 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 +sqlite3_SOURCES = shell.c sqlite3.c sqlite3.h +sqlite3_LDADD = @READLINE_LIBS@ +sqlite3_CFLAGS = $(AM_CFLAGS) include_HEADERS = sqlite3.h sqlite3ext.h |
