Merge lp:~rodrigo-moya/ubuntuone-client/fix-621084 into lp:ubuntuone-client/stable-1-4

Proposed by Rodrigo Moya
Status: Merged
Approved by: Natalia Bidart
Approved revision: 734
Merged at revision: 734
Proposed branch: lp:~rodrigo-moya/ubuntuone-client/fix-621084
Merge into: lp:ubuntuone-client/stable-1-4
Diff against target: 12 lines (+1/-1)
1 file modified
libsyncdaemon/Makefile.am (+1/-1)
To merge this branch: bzr merge lp:~rodrigo-moya/ubuntuone-client/fix-621084
Reviewer Review Type Date Requested Status
Natalia Bidart (community) Approve
Manuel de la Peña (community) Approve
Vincenzo Di Somma (community) Approve
Review via email: mp+38118@code.launchpad.net

Commit message

Don't depend on DBus introspection, we don't need it

Description of the change

Don't depend on DBus introspection, we don't need it

To post a comment you must log in.
Revision history for this message
Vincenzo Di Somma (vds) :
review: Approve
Revision history for this message
Manuel de la Peña (mandel) wrote :

+1

review: Approve
Revision history for this message
Natalia Bidart (nataliabidart) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libsyncdaemon/Makefile.am'
2--- libsyncdaemon/Makefile.am 2010-10-04 08:57:08 +0000
3+++ libsyncdaemon/Makefile.am 2010-10-11 13:08:58 +0000
4@@ -90,7 +90,7 @@
5 $(syncdaemoninclude_HEADERS) \
6 $(shell ls syncdaemon*.[ch])
7 SyncDaemon-1.0.gir: libsyncdaemon-1.0.la Makefile
8-SyncDaemon_1_0_gir_INCLUDES = GObject-2.0 DBus-1.0
9+SyncDaemon_1_0_gir_INCLUDES = GObject-2.0
10 SyncDaemon_1_0_gir_CFLAGS = -I$(top_srcdir) -I$(top_builddir)
11 SyncDaemon_1_0_gir_LIBS = libsyncdaemon-1.0.la
12 SyncDaemon_1_0_gir_FILES = $(addprefix $(srcdir)/, $(introspection_files))

Subscribers

People subscribed via source and target branches