~ubuntu-branches/ubuntu/maverick/opendkim/maverick

« back to all changes in this revision

Viewing changes to libvbr/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-08-11 04:01:22 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100811040122-ai6d30m3j43nwh1y
Tags: 2.1.3+dfsg-0ubuntu1
* New upstream release
  - Repacked tarball to remove non-free IETF drafts and RFCs
  - Updated Makefile.in/am to not try to install no longer exisitng files
  - Rename libopendkim1 to libopendkim2 to match upstream soname bump
  - Bump libopendkim-dev build-depends to libopendkim2
  - Update debian/rules
  - Rename libopendkim1.docs and .install

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
# $Id: Makefile.am,v 1.2.8.2 2010/04/08 00:05:13 cm-msk Exp $
 
17
# $Id: Makefile.am,v 1.3 2010/04/12 15:08:46 cm-msk Exp $
18
18
 
19
19
 
20
20
 
40
40
DIST_COMMON = $(libvbrinclude_HEADERS) $(srcdir)/Makefile.am \
41
41
        $(srcdir)/Makefile.in $(srcdir)/vbr.pc.in
42
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
 
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
 
43
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pthread.m4 \
44
44
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
45
45
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
46
46
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
126
126
INSTALL_SCRIPT = @INSTALL_SCRIPT@
127
127
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
128
128
LD = @LD@
 
129
LDAP_CACHING_MANNOTICE = @LDAP_CACHING_MANNOTICE@
129
130
LDFLAGS = @LDFLAGS@
130
131
LIBCRYPTO_CFLAGS = @LIBCRYPTO_CFLAGS@
131
132
LIBCRYPTO_CPPFLAGS = @LIBCRYPTO_CPPFLAGS@
215
216
abs_top_srcdir = @abs_top_srcdir@
216
217
ac_ct_CC = @ac_ct_CC@
217
218
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
218
 
acx_pthread_config = @acx_pthread_config@
219
219
am__include = @am__include@
220
220
am__leading_dot = @am__leading_dot@
221
221
am__quote = @am__quote@
222
222
am__tar = @am__tar@
223
223
am__untar = @am__untar@
 
224
ax_pthread_config = @ax_pthread_config@
224
225
bindir = @bindir@
225
226
build = @build@
226
227
build_alias = @build_alias@