~ubuntu-branches/ubuntu/feisty/libgnome/feisty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-11-15 15:52:31 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20061115155231-gbp2xt8ns20vf1vh
Tags: 2.17.0-0ubuntu1
* New upstream version:
  - Enable a11y by default in devel releases 
  - Don't check for null before calling g_free/g_strdup
  - Improve strings in error messages and other places
  - GThread initialization fix 
* debian/patches/08_dont_force_a11y_activation.patch:
  - don't force a11y activation
* debian/patches/09_run_app_message_fix.patch:
  - fixed with the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
PRE_UNINSTALL = :
37
37
POST_UNINSTALL = :
38
38
host_triplet = @host@
 
39
A11Y_ENABLED = @A11Y_ENABLED@
39
40
ACLOCAL = @ACLOCAL@
40
41
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
41
42
ALL_LINGUAS = @ALL_LINGUAS@
437
438
distdir: $(DISTFILES)
438
439
        $(am__remove_distdir)
439
440
        mkdir $(distdir)
440
 
        $(mkinstalldirs) $(distdir)/. $(distdir)/doc/reference $(distdir)/libgnome $(distdir)/po
 
441
        $(mkinstalldirs) $(distdir)/. $(distdir)/doc/reference $(distdir)/libgnome $(distdir)/po $(distdir)/schemas
441
442
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
442
443
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
443
444
        list='$(DISTFILES)'; for file in $$list; do \