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

« back to all changes in this revision

Viewing changes to backends/telepathy/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:
40
40
        tp-backend.c
41
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
42
am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \
43
 
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/introspection.m4 \
44
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
45
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
46
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/vala.m4 \
47
 
        $(top_srcdir)/configure.ac
 
43
        $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \
 
44
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
45
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
46
        $(top_srcdir)/m4/vala.m4 $(top_srcdir)/configure.ac
48
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
48
        $(ACLOCAL_M4)
50
49
mkinstalldirs = $(install_sh) -d
235
234
LD = @LD@
236
235
LDFLAGS = @LDFLAGS@
237
236
LIBOBJS = @LIBOBJS@
 
237
LIBREADLINE = @LIBREADLINE@
238
238
LIBS = @LIBS@
239
239
LIBTOOL = @LIBTOOL@
240
240
LIBXML_CFLAGS = @LIBXML_CFLAGS@
322
322
libexecdir = @libexecdir@
323
323
localedir = @localedir@
324
324
localstatedir = @localstatedir@
 
325
lt_ECHO = @lt_ECHO@
325
326
mandir = @mandir@
326
327
mkdir_p = @mkdir_p@
327
328
oldincludedir = @oldincludedir@
338
339
top_builddir = @top_builddir@
339
340
top_srcdir = @top_srcdir@
340
341
SUBDIRS = lib
 
342
BACKEND_NAME = "telepathy"
341
343
AM_CPPFLAGS = \
342
344
        -I$(top_srcdir)/folks \
343
345
        -I$(top_srcdir)/backends/telepathy/lib \
344
346
        -include $(CONFIG_HEADER) \
345
347
        -DPACKAGE_DATADIR=\"$(pkgdatadir)\" \
346
 
        -DG_LOG_DOMAIN=\"TelepathyBackend\" \
 
348
        -DBACKEND_NAME=\"$(BACKEND_NAME)\" \
 
349
        -DG_LOG_DOMAIN=\"$(BACKEND_NAME)\" \
347
350
        $(NULL)
348
351
 
349
352
backenddir = $(BACKEND_DIR)/telepathy