~timo-jyrinki/bamf/ubuntu-0.2.124.1

« back to all changes in this revision

Viewing changes to doc/reference/libbamf/Makefile.in

  • Committer: Timo Jyrinki
  • Date: 2012-11-14 07:15:04 UTC
  • mfrom: (235.1.49)
  • Revision ID: timo.jyrinki@canonical.com-20121114071504-s8umq349iaf7lwq6
* New upstream release.
  - Includes all previous cherry-picks
  - remerge libbamf, Makefile: don't export private symbols (factory 
    and matcher)
  - BamfMatcher: force a view as closed or not-closed on proper 
    signals. This avoids that a view that is opened is actually 
    marked as closed when really it's running. (LP: #925421)
  - Daemon, BamfApplication: Use the default icon if there is not 
    one defined in the desktop file. (LP: #886778)
  - BamfMatcher: don't reopen windows when iterating on view's 
    list, add tests.
  - Build fixes, including enabling introspection.
  - BamfMatcher: add support for libreoffice Base, and libreoffice 
    matching tests (LP: #1063862)

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
CONFIG_HEADER = $(top_builddir)/config.h
54
54
CONFIG_CLEAN_FILES =
55
55
CONFIG_CLEAN_VPATH_FILES =
 
56
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
57
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
58
am__v_GEN_0 = @echo "  GEN   " $@;
 
59
AM_V_at = $(am__v_at_@AM_V@)
 
60
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
61
am__v_at_0 = @
56
62
SOURCES =
57
63
DIST_SOURCES =
58
64
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
60
66
ACLOCAL_AMFLAFS = @ACLOCAL_AMFLAFS@
61
67
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
62
68
AMTAR = @AMTAR@
 
69
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
63
70
AR = @AR@
64
71
AUTOCONF = @AUTOCONF@
65
72
AUTOHEADER = @AUTOHEADER@