~ubuntu-branches/ubuntu/lucid/quick-lounge-applet/lucid

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Rottmann
  • Date: 2004-12-16 13:06:08 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041216130608-i7tq2h21kzrdy4yl
Tags: 2.2.0-1
* New upstream release.
* Build-Depend on debhelper (>= 4.1.0), fixes linda error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
icondir = $(datadir)/pixmaps
6
6
icon_DATA = quick-lounge-applet.png
7
7
 
8
 
EXTRA_DIST = config.rpath                               \
 
8
distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out'
 
9
 
 
10
distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper' | grep -v 'omf' | grep -v 'figures'
 
11
 
 
12
EXTRA_DIST =                            \
9
13
        AUTHORS                         \
10
14
        NEWS                            \
11
15
        README                          \
24
28
        intltool-merge                  \
25
29
        intltool-update
26
30
 
27
 
 
28
 
distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out'
29
 
 
30
 
distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper' | grep -v 'omf' | grep -v 'figures'
31