~ubuntu-branches/ubuntu/natty/libwnck/natty

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-06-30 12:37:25 UTC
  • mfrom: (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20090630123725-hf3fiw6ercfdvqvj
Tags: 2.26.2-0ubuntu1
* New upstream release: (LP: #393704)
  - Fix wnck_application_get_icon_is_fallback() to actually work (Vincent)
  - Fix gtk-doc warning (Vincent)
  - Use shave to improve build log readability (Vincent)
  - Build system tweaks (Vincent)
* debian/patches/90_relibtoolize.patch:
  - Obsolete as upstream now uses libtool 2.2.6 which does not have the rpath
    issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        libwnck-1.0.pc.in               \
11
11
        libwnck-1.0-uninstalled.pc.in   \
12
12
        HACKING
 
13
 
 
14
MAINTAINERCLEANFILES = \
 
15
        $(srcdir)/INSTALL \
 
16
        $(srcdir)/aclocal.m4 \
 
17
        $(srcdir)/config.guess \
 
18
        $(srcdir)/config.h.in \
 
19
        $(srcdir)/config.sub \
 
20
        $(srcdir)/depcomp \
 
21
        $(srcdir)/install-sh \
 
22
        $(srcdir)/ltmain.sh \
 
23
        $(srcdir)/missing \
 
24
        $(srcdir)/mkinstalldirs \
 
25
        `find "$(srcdir)" -type f -name Makefile.in -print` \
 
26
        $(srcdir)/configure \
 
27
        $(srcdir)/gtk-doc.make \
 
28
        $(srcdir)/m4/gtk-doc.m4 \
 
29
        $(srcdir)/m4/intltool.m4
 
30
 
 
31
-include $(top_srcdir)/git.mk