Merge lp:~bratsche/ido/ldadd-fixes into lp:ido/0.3

Proposed by Cody Russell
Status: Merged
Merged at revision: 68
Proposed branch: lp:~bratsche/ido/ldadd-fixes
Merge into: lp:ido/0.3
Diff against target: 17 lines (+5/-5)
1 file modified
example/Makefile.am (+5/-5)
To merge this branch: bzr merge lp:~bratsche/ido/ldadd-fixes
Reviewer Review Type Date Requested Status
Ken VanDine Approve
Canonical Desktop Experience Team Pending
Review via email: mp+46623@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'example/Makefile.am'
2--- example/Makefile.am 2010-08-15 16:47:53 +0000
3+++ example/Makefile.am 2011-01-18 15:57:00 +0000
4@@ -36,8 +36,8 @@
5 $(GTK_CFLAGS) \
6 $(MAINTAINER_CFLAGS)
7
8-gesture_LDADD = $(top_builddir)/src/libido-0.1.la
9-
10-messagedialog_LDADD = $(top_builddir)/src/libido-0.1.la
11-
12-menus_LDADD = $(top_builddir)/src/libido-0.1.la
13+gesture_LDADD = $(top_builddir)/src/libido-0.1.la $(GTK_LIBS)
14+
15+messagedialog_LDADD = $(top_builddir)/src/libido-0.1.la $(GTK_LIBS)
16+
17+menus_LDADD = $(top_builddir)/src/libido-0.1.la $(GTK_LIBS)

Subscribers

People subscribed via source and target branches

to all changes: