~ubuntu-branches/ubuntu/precise/folks/precise-201306070638

« back to all changes in this revision

Viewing changes to tests/lib/key-file/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Brian Curtis
  • Date: 2011-02-02 14:22:14 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110202142214-ngpuu3mhjxyl430f
Tags: 0.3.4-0ubuntu1
* New Upstream Release
  - libfolks-telepathy.so exports private symbols
  - Add a HACKING file that outlines development policies and coding style
  - Review coding conventions in folks
  - Add folks command line application
  - libfolks hard-codes backend names for debugging
  - Print stack traces for failed tests to improve remote debugging
  - Add static aggregation tests
  - Logger service unavailable in make check
  - Add tests for LinkedHashSet
  - Use better interface names
* debian/control
  -changed Maintainer to XSBC-Original-Maintainer
  -added Maintainer of Ubuntu Core Developers
  -changed libfolks19* > libfolks20*
* debian
  -changed .install and .symbols files from 19 > 20

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        libkf_test_la_vala.stamp
40
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
41
am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \
42
 
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/introspection.m4 \
43
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
44
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
45
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/vala.m4 \
46
 
        $(top_srcdir)/configure.ac
 
42
        $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \
 
43
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
44
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
45
        $(top_srcdir)/m4/vala.m4 $(top_srcdir)/configure.ac
47
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
47
        $(ACLOCAL_M4)
49
48
mkinstalldirs = $(install_sh) -d
167
166
LD = @LD@
168
167
LDFLAGS = @LDFLAGS@
169
168
LIBOBJS = @LIBOBJS@
 
169
LIBREADLINE = @LIBREADLINE@
170
170
LIBS = @LIBS@
171
171
LIBTOOL = @LIBTOOL@
172
172
LIBXML_CFLAGS = @LIBXML_CFLAGS@
252
252
libexecdir = @libexecdir@
253
253
localedir = @localedir@
254
254
localstatedir = @localstatedir@
 
255
lt_ECHO = @lt_ECHO@
255
256
mandir = @mandir@
256
257
mkdir_p = @mkdir_p@
257
258
oldincludedir = @oldincludedir@