File: Makefile.am

package info (click to toggle)
tntdb 1.3-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,044 kB
  • ctags: 2,387
  • sloc: cpp: 14,250; sh: 11,084; makefile: 252; ansic: 144; sql: 106
file content (21 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include

dist_noinst_DATA = \
	mysql-test.sql \
	oracle-test.sql \
	pg-test.sql \
	sqlite-test.sql

noinst_PROGRAMS = \
	tntdb-test

tntdb_test_SOURCES = \
	base-test.cpp \
	colname-test.cpp \
	decimal-test.cpp \
	sqlbuilder-test.cpp \
	test-main.cpp \
	types-test.cpp

AM_LDFLAGS = -lcxxtools-unit
LDADD = $(top_builddir)/src/libtntdb.la