File: Makefile.am

package info (click to toggle)
libgda2 1.2.4-1.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 13,724 kB
  • ctags: 6,979
  • sloc: ansic: 47,166; xml: 19,896; sh: 8,797; makefile: 863; yacc: 202; lex: 129; cpp: 73
file content (29 lines) | stat: -rw-r--r-- 457 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
22
23
24
25
26
27
28
29
AM_CPPFLAGS = \
	-I$(top_srcdir) \
	-I$(top_builddir) \
	$(LIBGDA_CFLAGS)

bin_PROGRAMS = gda-test 

gda_test_SOURCES = \
	client.c \
	config.c \
	models.c \
	models.h \
	gda-test.c \
	gda-test.h \
	value.c \
	postgres-test.c \
	postgres-test.h \
	freetds-test.c \
	freetds-test.h \
	sybase-test.c \
	sybase-test.h \
	ibmdb2-test.c \
	ibmdb2-test.h

gda_test_LDADD = \
	$(top_builddir)/libgda/libgda-2.la \
	$(LIBGDA_LIBS)

EXTRA_DIST = sample_database.xml