Merge lp:~bratsche/libgrip/696920 into lp:libgrip

Proposed by Cody Russell
Status: Merged
Merged at revision: 17
Proposed branch: lp:~bratsche/libgrip/696920
Merge into: lp:libgrip
Diff against target: 9 lines (+1/-1)
1 file modified
examples/rectangle-mover/Makefile.am (+1/-1)
To merge this branch: bzr merge lp:~bratsche/libgrip/696920
Reviewer Review Type Date Requested Status
Mohamed IKBEL Boulabiar (community) Approve
Stephen M. Webb (community) Approve
Review via email: mp+45062@code.launchpad.net

Description of the change

Simple fix to get this building on my freshly-installed Natty. :)

To post a comment you must log in.
Revision history for this message
Stephen M. Webb (bregma) wrote :

That looks like all you need to do for natty.

review: Approve
Revision history for this message
Mohamed IKBEL Boulabiar (boulabiar) wrote :

But I don't know how it worked before in Maverick without it.

review: Approve
Revision history for this message
Cody Russell (bratsche) wrote :

Me either. But thanks for the approvals. :)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'examples/rectangle-mover/Makefile.am'
2--- examples/rectangle-mover/Makefile.am 2010-11-22 14:49:44 +0000
3+++ examples/rectangle-mover/Makefile.am 2011-01-03 18:51:24 +0000
4@@ -12,4 +12,4 @@
5 $(GTK_CFLAGS) \
6 $(MAINTAINER_CFLAGS)
7
8-gesture_LDADD = $(top_builddir)/src/libgrip-0.1.la
9+gesture_LDADD = $(top_builddir)/src/libgrip-0.1.la $(GTK_LIBS)

Subscribers

People subscribed via source and target branches