~ubuntu-branches/ubuntu/utopic/unity-settings-daemon/utopic-proposed

« back to all changes in this revision

Viewing changes to plugins/cursor/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Robert Ancell, Rui Matos, Bastien Nocera, Tim Lunn
  • Date: 2014-09-22 11:29:11 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20140922112911-jcq0tddp30t7btep
Tags: 14.04.0+14.10.20140922-0ubuntu1
[ Robert Ancell ]
* Move libgnome-desktop RandR code into u-s-d since newer versions
  remove this unstable API (LP: #1372240)

[ Rui Matos ]
* Apply git patch that pulls in code removed from gnome-desktop3 3.12

[ Bastien Nocera ]
* common: Check the exit status of hotplug scripts correctly

[ Tim Lunn ]
* Apply git patch that pulls in code removed from gnome-desktop3 3.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
libcursor_la_LIBADD  =                                  \
27
27
        $(top_builddir)/plugins/common/libcommon.la     \
 
28
        $(top_builddir)/gnome-settings-daemon/libunity-settings-daemon.la       \
28
29
        $(CURSOR_LIBS)                                  \
29
30
        $(SETTINGS_PLUGIN_LIBS)
30
31
 
52
53
usd_test_cursor_LDADD =                                         \
53
54
        $(top_builddir)/gnome-settings-daemon/libgsd.la         \
54
55
        $(top_builddir)/plugins/common/libcommon.la             \
 
56
        $(top_builddir)/gnome-settings-daemon/libunity-settings-daemon.la       \
55
57
        $(SETTINGS_DAEMON_LIBS)                 \
56
58
        $(SETTINGS_PLUGIN_LIBS)                 \
57
59
        $(CURSOR_LIBS)                  \