~ubuntu-branches/debian/lenny/freetds/lenny

« back to all changes in this revision

Viewing changes to src/replacements/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2008-08-02 11:49:53 UTC
  • mfrom: (2.1.10 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080802114953-0qdeowgl63k42n2c
Tags: 0.82-4
* Fix a typo in the freetds-common description, ugh
* Versioned replaces of libct4 by freetds-common, since the current one
  obviously doesn't have overlapping files.
* tdsodbc: check for /var/lib/odbc existence before removing it in the
  postinst, since there are cases where it won't exist on upgrade (i.e.,
  if the driver was never enabled in the first place).  Closes: #493303.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.am,v 1.6 2004/02/03 17:50:10 jklowden Exp $
 
1
# $Id: Makefile.am,v 1.13 2006/06/14 15:30:13 freddy77 Exp $
 
2
AM_CPPFLAGS=                    -I$(top_srcdir)/include
2
3
noinst_LTLIBRARIES=             libreplacements.la
3
 
libreplacements_la_SOURCES=     iconv.c
 
4
libreplacements_la_SOURCES=     iconv.c gettimeofday.c
4
5
libreplacements_la_LDFLAGS=
5
6
libreplacements_la_LIBADD=      @LTLIBOBJS@
6
 
INCLUDES=                       -I$(top_srcdir)/include
7
 
EXTRA_DIST=                     asprintf.c vasprintf.c atoll.c strtok_r.c 
 
7
EXTRA_DIST=                     asprintf.c vasprintf.c atoll.c strtok_r.c \
 
8
        readpassphrase.c basename.c strlcpy.c strlcat.c