~ubuntu-branches/ubuntu/karmic/notify-osd/karmic

« back to all changes in this revision

Viewing changes to examples/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-08-27 11:29:55 UTC
  • mfrom: (3.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20090827112955-55yi32catw6zrasq
Tags: 0.9.18-0ubuntu1
* New upstream version: (lp: #417384) 
  - code-clean by extracting fallback-dialog from class Bubble
  - fixes for i18n unit-tests
  - enforce notification-spam protection (part of backlog-feature work), max. 50 allowed in queue
  - Python-examples now get included in generated dist. tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
EXTRA_DIST = append-hint-example.py     \
 
2
             icon-only.py               \
 
3
             icon-summary-body.py       \
 
4
             icon-summary.py            \
 
5
             icon-value.py              \
 
6
             low-urgency.py             \
 
7
             normal-urgency.py          \
 
8
             summary-body.py            \
 
9
             summary-only.py            \
 
10
             sync-icon-only.py          \
 
11
             update-notifications.py    \
 
12
             urgent-urgency.py
 
13
 
1
14
if BUILD_C_EXAMPLES
2
15
noinst_PROGRAMS = icon-only               \
3
16
                  sync-icon-only          \