/sqlite3cc

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

« back to all changes in this revision

Viewing changes to 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

144
144
LDFLAGS = @LDFLAGS@
145
145
LIBOBJS = @LIBOBJS@
146
146
LIBS = @LIBS@
147
 
LIBSQLITE3CC_INTERFACE = @LIBSQLITE3CC_INTERFACE@
148
147
LIBTOOL = @LIBTOOL@
149
148
LIPO = @LIPO@
150
149
LN_S = @LN_S@
224
223
top_build_prefix = @top_build_prefix@
225
224
top_builddir = @top_builddir@
226
225
top_srcdir = @top_srcdir@
227
 
SUBDIRS = src include test
 
226
SUBDIRS = src test
228
227
ACLOCAL_AMFLAGS = -I m4
229
228
all: config.h
230
229
        $(MAKE) $(AM_MAKEFLAGS) all-recursive