~ubuntu-branches/ubuntu/oneiric/gnome-settings-daemon/oneiric-proposed

« back to all changes in this revision

Viewing changes to plugins/media-keys/cut-n-paste/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Rodrigo Moya
  • Date: 2011-09-19 17:05:48 UTC
  • mfrom: (1.1.51 upstream)
  • Revision ID: package-import@ubuntu.com-20110919170548-gegm8ewt6qf7v7lp
Tags: 3.1.92-0ubuntu1
* New upstream release
* debian/control:
  - Bump libcolord-dev build dependency
* debian/patches/00git_guard_against_division_by_0.patch:
* debian/patches/00git_dont_crash_if_session_not_ready.patch:
* debian/patches/00git_numlock_status.patch:
* debian/patches/00git_disconnect_callbacks.patch:
  - Remove upstream patches
* debian/patches/06_use_application_indicator.patch:
* debian/patches/16_use_synchronous_notifications.patch:
  - Rebased

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
INCLUDES =                                      \
6
6
        $(WARN_CFLAGS)                          \
7
 
        $(VOLUME_CONTROL_CFLAGS)                \
8
7
        $(PULSE_CFLAGS)                         \
9
8
        $(NULL)
10
9
 
11
10
libgvc_la_LIBADD =              \
12
 
        $(VOLUME_CONTROL_LIBS)  \
13
11
        $(PULSE_LIBS)           \
14
12
        $(NULL)
15
13