~ubuntu-branches/ubuntu/maverick/docky/maverick

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2010-02-17 15:10:07 UTC
  • Revision ID: james.westby@ubuntu.com-20100217151007-msxpd0lsj300ndde
Tags: upstream-2.0.0
ImportĀ upstreamĀ versionĀ 2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
EXTRA_DIST = config.rpath  COPYRIGHT
 
2
 
 
3
ACLOCAL_AMFLAGS = -I m4 -I m4/shamrock
 
4
 
 
5
SUBDIRS = \
 
6
        . \
 
7
        data \
 
8
        scripts \
 
9
        lib \
 
10
        po \
 
11
        Docky.CairoHelper \
 
12
        Docky.Services \
 
13
        Docky.Widgets \
 
14
        Docky.Windowing \
 
15
        Docky.Items \
 
16
        Docky.DBus \
 
17
        StandardPlugins \
 
18
        Docky \
 
19
        m4
 
20
 
 
21
# Get rid of the build dir on clean.
 
22
clean-local:
 
23
        rm -rf $(top_builddir)/build