File: Makefile.am

package info (click to toggle)
freetds 1.5.5%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,960 kB
  • sloc: ansic: 102,649; sh: 5,542; xml: 4,521; sql: 1,488; makefile: 1,122; perl: 509; php: 22
file content (32 lines) | stat: -rw-r--r-- 420 bytes parent folder | download | duplicates (4)
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
30
31
32
AUTOMAKE_OPTIONS = 1.5.3

NULL =

SUBDIRS	= freetds

include_HEADERS	= \
	bkpublic.h \
	cspublic.h \
	cstypes.h \
	ctpublic.h \
	sqldb.h \
	sqlfront.h \
	sybdb.h \
	sybfront.h \
	syberror.h \
	$(NULL)

nodist_include_HEADERS = tds_sysdep_public.h

noinst_HEADERS = \
	ctlib.h \
	dblib.h \
	$(NULL)

if HAVE_ODBCSS_H
noinst_HEADERS += odbcss.h
else
include_HEADERS += odbcss.h
endif

DISTCLEANFILES = tds_sysdep_public.h