~ubuntu-branches/ubuntu/precise/virt-viewer/precise

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2010-07-12 23:09:44 UTC
  • mfrom: (1.1.2 upstream) (0.4.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100712230944-2tvx01h0xas5cfkx
Tags: 0.2.1-1ubuntu1
* Merge with Debian unstable. Remaining changes:
  - Put plugins in /usr/lib/{xulrunner-addons,mozilla,firefox-addons}/plugins
    instead of the iceape and iceweasel equivalents.
  - mozilla-virt-viewer Depends on firefox | seamonkey instead of iceape and
    iceweasel.
  - Add Plugin Finder Service metadata for web plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
SUBDIRS = src man plugin
3
 
 
4
 
EXTRA_DIST = @PACKAGE@.spec
5
 
 
6
 
DISTCLEAN_FILES = @PACKAGE@.spec
 
2
ACLOCAL_AMFLAGS = -I m4
 
3
 
 
4
SUBDIRS = src man plugin po
 
5
 
 
6
EXTRA_DIST = @PACKAGE@.spec \
 
7
        intltool-extract.in             \
 
8
        intltool-merge.in               \
 
9
        intltool-update.in
 
10
 
 
11
DISTCLEAN_FILES = @PACKAGE@.spec \
 
12
        intltool-extract                \
 
13
        intltool-merge                  \
 
14
        intltool-update
 
15
 
 
16
MAINTAINERCLEANFILES =          \
 
17
        m4/libtool.m4                   \
 
18
        m4/lt~obsolete.m4               \
 
19
        m4/ltoptions.m4                 \
 
20
        m4/ltsugar.m4                   \
 
21
        m4/ltversion.m4