~ubuntu-branches/ubuntu/karmic/mutter/karmic

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-10-12 17:23:14 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20091012172314-lewb04b7p8g76arg
Tags: 2.28.0-0ubuntu1
* New upstream release
  - queue frame resize on window undecorate (Neil)
  - fix description of desktop background (Luca)
  - wrap g_error calls in braces (Matt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
mutter_SOURCES=                                 \
17
17
        core/async-getprop.c                    \
18
18
        core/async-getprop.h                    \
19
 
        core/alttabhandler.c                    \
20
 
        include/alttabhandler.h                 \
21
 
        core/alttabhandlerdefault.c             \
22
 
        include/alttabhandlerdefault.h          \
23
19
        core/bell.c                             \
24
20
        core/bell.h                             \
25
21
        core/boxes.c                            \
153
149
# Headers installed for plugins; introspected information will
154
150
# be extracted into Mutter-<version>.gir
155
151
libmutterinclude_base_headers =         \
156
 
        include/alttabhandler.h                 \
157
152
        include/boxes.h                         \
158
153
        ui/gradient.h                           \
159
154
        include/main.h                          \