/sqlite3cc

To get this branch, use:
bzr branch http://bzr.ed.am/sqlite3cc

« back to all changes in this revision

Viewing changes to test/Makefile.in

  • Committer: edam
  • Date: 2010-02-07 14:39:18 UTC
  • Revision ID: edam@waxworlds.org-20100207143918-gi030ojecbska8hw
- updated README
- set up project for use with autotools

Show diffs side-by-side

added added

removed removed

51
51
CONFIG_CLEAN_VPATH_FILES =
52
52
am_test_main_OBJECTS = test-main.$(OBJEXT)
53
53
test_main_OBJECTS = $(am_test_main_OBJECTS)
54
 
test_main_DEPENDENCIES =
 
54
test_main_LDADD = $(LDADD)
55
55
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
56
56
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
57
57
am__depfiles_maybe = depfiles
186
186
top_build_prefix = @top_build_prefix@
187
187
top_builddir = @top_builddir@
188
188
top_srcdir = @top_srcdir@
189
 
AM_CPPFLAGS = -I$(top_srcdir)/include
190
189
test_main_SOURCES = test-main.cc
191
 
test_main_LDADD = -L$(top_srcdir)/src -lsqlite3cc
192
190
all: all-am
193
191
 
194
192
.SUFFIXES: