File: Makefile.am

package info (click to toggle)
tntdb 1.4-2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,632 kB
  • sloc: cpp: 15,806; makefile: 261; ansic: 260; sql: 158; sh: 11
file content (24 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
AM_CPPFLAGS = -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 \
	statement-test.cpp \
	test-main.cpp \
	timespan-test.cpp \
	types-test.cpp \
	value-test.cpp

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