~ubuntu-branches/ubuntu/quantal/indicator-multiload/quantal

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-08-07 13:04:59 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110807130459-223f43ncnti1vtzx
Tags: 0.2-0ubuntu1
* New upstream release.
* debian/control: Update build dependencies for GTK 3 and AppIndicator 3, as
  per upstream configure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
multiloaddoc_DATA = \
5
5
        COPYING \
6
6
        AUTHORS \
7
 
        TODO
 
7
        TODO \
 
8
        HACKING
8
9
 
9
10
EXTRA_DIST = \
10
11
        $(multiloaddoc_DATA) \
19
20
        -ln -s ../../../data/de.mh21.indicator.multiload.gschema.xml local-xdg-data-dir/glib-2.0/schemas
20
21
        -ln -s ../../data/preferences.ui local-xdg-data-dir/indicator-multiload
21
22
        -glib-compile-schemas local-xdg-data-dir/glib-2.0/schemas
22
 
        -XDG_DATA_DIRS=$$XDG_DATA_DIRS:./local-xdg-data-dir src/indicator-multiload
 
23
        -XDG_DATA_DIRS=./local-xdg-data-dir:$$XDG_DATA_DIRS G_SLICE=always-malloc src/indicator-multiload
 
24
        -rm -rf local-xdg-data-dir