~bcurtiswx/ubuntu/precise/empathy/3.4.2.1-0ubuntu1

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons
  • Date: 2007-05-20 15:31:42 UTC
  • Revision ID: james.westby@ubuntu.com-20070520153142-r3auwguxdgxhktqb
Tags: upstream-0.4
ImportĀ upstreamĀ versionĀ 0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = po data libempathy libempathy-gtk src
 
2
 
 
3
DISTCHECK_CONFIGURE_FLAGS =     \
 
4
        --disable-scrollkeeper
 
5
 
 
6
INTLTOOL =                      \
 
7
        intltool-extract.in     \
 
8
        intltool-merge.in       \
 
9
        intltool-update.in
 
10
 
 
11
EXTRA_DIST =                    \
 
12
        ChangeLog               \
 
13
        README                  \
 
14
        CONTRIBUTORS            \
 
15
        $(INTLTOOL)
 
16
 
 
17
DISTCLEANFILES =                \
 
18
        intltool-extract        \
 
19
        intltool-merge          \
 
20
        intltool-update
 
21
 
 
22
# Workaround broken scrollkeeper that doesn't remove its files on
 
23
# uninstall.
 
24
distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'
 
25
 
 
26
dist-hook:
 
27
        chmod a+w ${distdir}/ChangeLog
 
28
        if test -d _darcs; then darcs changes >${distdir}/ChangeLog; fi