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

« back to all changes in this revision

Viewing changes to 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:
42
42
        missing
43
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
44
am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \
45
 
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/introspection.m4 \
46
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
47
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
48
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/vala.m4 \
49
 
        $(top_srcdir)/configure.ac
 
45
        $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \
 
46
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
47
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
48
        $(top_srcdir)/m4/vala.m4 $(top_srcdir)/configure.ac
50
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51
50
        $(ACLOCAL_M4)
52
51
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
182
181
LD = @LD@
183
182
LDFLAGS = @LDFLAGS@
184
183
LIBOBJS = @LIBOBJS@
 
184
LIBREADLINE = @LIBREADLINE@
185
185
LIBS = @LIBS@
186
186
LIBTOOL = @LIBTOOL@
187
187
LIBXML_CFLAGS = @LIBXML_CFLAGS@
266
266
libexecdir = @libexecdir@
267
267
localedir = @localedir@
268
268
localstatedir = @localstatedir@
 
269
lt_ECHO = @lt_ECHO@
269
270
mandir = @mandir@
270
271
mkdir_p = @mkdir_p@
271
272
oldincludedir = @oldincludedir@