~ubuntu-branches/ubuntu/quantal/mysql-workbench/quantal

« back to all changes in this revision

Viewing changes to ext/vsqlite++/src/sqlite/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2012-03-01 21:57:30 UTC
  • Revision ID: package-import@ubuntu.com-20120301215730-o7y8av8y38n162ro
Tags: upstream-5.2.38+dfsg
ImportĀ upstreamĀ versionĀ 5.2.38+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
pkglib_LTLIBRARIES=libvsqlitepp.la
 
2
 
 
3
libvsqlitepp_la_SOURCES=\
 
4
        command.cpp\
 
5
        connection.cpp\
 
6
        execute.cpp\
 
7
        query.cpp\
 
8
        result.cpp\
 
9
        transaction.cpp\
 
10
        view.cpp
 
11
 
 
12
INCLUDES=@SQLITE3_CFLAGS@\
 
13
        -I../../include\
 
14
       -I../../../../ext/
 
15
 
 
16
# needed otherwise fails build in some distros
 
17
libvsqlitepp_la_LIBADD=@SQLITE3_LIBS@