~l3on/ubuntu/precise/myodbc/new-release

« back to all changes in this revision

Viewing changes to util/Makefile.am

  • Committer: Leo Iannacone
  • Date: 2012-02-27 10:07:32 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: l3on@ubuntu.com-20120227100732-2mksy8lg3eajnnjp
* New upstream release (closes: #661422):
  + Fix compatibility with mysqlclient 5.5.20 (LP: #935002).
* debian/control:
  + add debhelper and dh-autoreconf as build-dep
* debian/rules:
  + build with autoreconf
  + disable tests during build

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        installer.c \
11
11
        odbcinstw.c \
12
12
        unicode_transcode.c \
13
 
        MYODBCUtil.h \
14
 
        MYODBCUtilAllocDataSource.c \
15
 
        MYODBCUtilAllocDriver.c \
16
 
        MYODBCUtilClearDataSource.c \
17
 
        MYODBCUtilClearDriver.c \
18
 
        MYODBCUtilDefaultDataSource.c \
19
 
        MYODBCUtilFreeDataSource.c \
20
 
        MYODBCUtilFreeDriver.c \
21
 
        MYODBCUtilInsertStr.c \
22
 
        MYODBCUtilReadConnectStr.c \
23
 
        MYODBCUtilWriteConnectStr.c
24
 
 
25
 
# additional sources if supporting odbcinst
26
 
if ODBCINSTLINK
27
 
libmyodbc3u_la_SOURCES += \
28
 
        MYODBCUtilGetDataSourceNames.c \
29
 
        MYODBCUtilGetDriverNames.c \
30
 
        MYODBCUtilGetIniFileName.c \
31
 
        MYODBCUtilDSNExists.c \
32
 
        MYODBCUtilReadDataSource.c \
33
 
        MYODBCUtilReadDataSourceStr.c \
34
 
        MYODBCUtilReadDriver.c \
35
 
        MYODBCUtilWriteDataSource.c \
36
 
        MYODBCUtilWriteDataSourceStr.c \
37
 
        MYODBCUtilWriteDriver.c
38
 
endif
 
13
        MYODBCUtil.h
39
14
 
40
15
# libmysql lib deps
41
 
libmyodbc3u_la_LIBADD         = $(LTLIBS_DEPS) @LTDL_LIB@ @MYSQL_LIB@
 
16
libmyodbc3u_la_LIBADD         = $(LTLIBS_DEPS) @DL_LIB@ @MYSQL_LIB@
42
17
libmyodbc3u_la_DEPENDENCIES   = $(LTLIBS_DEPS)
43
18
 
44
19
EXTRA_DIST = \