/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 15:28:23 UTC
  • Revision ID: edam@waxworlds.org-20100207152823-42k206h6gwy7vla4
- fixed .am files so the library gets built!

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_LDADD = $(LDADD)
 
54
test_main_DEPENDENCIES =
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
189
190
test_main_SOURCES = test-main.cc
 
191
test_main_LDADD = -L$(top_srcdir)/src -lsqlite3cc
190
192
all: all-am
191
193
 
192
194
.SUFFIXES: