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
=== modified file 'libsyncdaemon/Makefile.am'
--- libsyncdaemon/Makefile.am 2010-10-04 08:57:08 +0000
+++ libsyncdaemon/Makefile.am 2010-10-11 13:08:58 +0000
@@ -90,7 +90,7 @@
90 $(syncdaemoninclude_HEADERS) \90 $(syncdaemoninclude_HEADERS) \
91 $(shell ls syncdaemon*.[ch])91 $(shell ls syncdaemon*.[ch])
92SyncDaemon-1.0.gir: libsyncdaemon-1.0.la Makefile92SyncDaemon-1.0.gir: libsyncdaemon-1.0.la Makefile
93SyncDaemon_1_0_gir_INCLUDES = GObject-2.0 DBus-1.093SyncDaemon_1_0_gir_INCLUDES = GObject-2.0
94SyncDaemon_1_0_gir_CFLAGS = -I$(top_srcdir) -I$(top_builddir)94SyncDaemon_1_0_gir_CFLAGS = -I$(top_srcdir) -I$(top_builddir)
95SyncDaemon_1_0_gir_LIBS = libsyncdaemon-1.0.la95SyncDaemon_1_0_gir_LIBS = libsyncdaemon-1.0.la
96SyncDaemon_1_0_gir_FILES = $(addprefix $(srcdir)/, $(introspection_files))96SyncDaemon_1_0_gir_FILES = $(addprefix $(srcdir)/, $(introspection_files))

Subscribers

People subscribed via source and target branches