~ubuntu-branches/ubuntu/precise/libdbi-drivers/precise

« back to all changes in this revision

Viewing changes to drivers/ingres/Makefile.am

  • Committer: Stefano Rivera
  • Date: 2010-08-07 14:06:29 UTC
  • mfrom: (5.1.1 libdbi-drivers)
  • Revision ID: stefanor@ubuntu.com-20100807140629-dshfwn5j6v34pqrd
Tags: 0.8.3-1-0ubuntu1
New upstream release. -- Fixes ABORT problems with sqlite3+rrdtool

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
if HAVE_INGRES
4
4
 
 
5
if BUILDDOCS
5
6
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
6
7
htmldir = $(docdir)/dbd_ingres
7
8
doc_DATA = dbd_ingres.pdf
8
9
html_DATA = dbd_ingres/* 
 
10
else
 
11
docdir =
 
12
htmldir =
 
13
doc_DATA =
 
14
html_DATA =
 
15
endif
9
16
 
10
17
ingres_ltlibs = libdbdingres.la
11
18
ingres_ldflags = -module -avoid-version
24
31
 
25
32
endif
26
33
 
27
 
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include @DBI_INCLUDE@ @INGRES_INCLUDE@
 
34
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include @DBI_INCLUDE@ @INGRES_INCLUDE@ @LIBADD_LIBDBI@
28
35
 
29
36
libdir = $(driverdir)
30
37
lib_LTLIBRARIES = $(ingres_ltlibs)