Merge lp:~rodrigo-moya/libubuntuone/fix-marshal-generation into lp:libubuntuone

Proposed by Rodrigo Moya
Status: Merged
Approved by: Elliot Murphy
Approved revision: not available
Merged at revision: not available
Proposed branch: lp:~rodrigo-moya/libubuntuone/fix-marshal-generation
Merge into: lp:libubuntuone
Diff against target: 12 lines (+1/-1)
1 file modified
libubuntuone/Makefile.am (+1/-1)
To merge this branch: bzr merge lp:~rodrigo-moya/libubuntuone/fix-marshal-generation
Reviewer Review Type Date Requested Status
Elliot Murphy (community) Approve
Review via email: mp+16783@code.launchpad.net

Commit message

Fixed generation of u1-marshal.h before compiling sources

To post a comment you must log in.
Revision history for this message
Rodrigo Moya (rodrigo-moya) wrote :

Fixed generation of u1-marshal.h before compiling sources

Revision history for this message
Elliot Murphy (statik) wrote :

It works! Thanks for fixing this.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'libubuntuone/Makefile.am'
--- libubuntuone/Makefile.am 2009-12-21 13:09:23 +0000
+++ libubuntuone/Makefile.am 2010-01-04 15:05:21 +0000
@@ -9,7 +9,7 @@
9u1-marshal.h: u1-marshal.list $(GLIB_GENMARSHAL)9u1-marshal.h: u1-marshal.list $(GLIB_GENMARSHAL)
10 $(GLIB_GENMARSHAL) $< --header --prefix=_u1_marshal > $@10 $(GLIB_GENMARSHAL) $< --header --prefix=_u1_marshal > $@
1111
12u1-marshal.c: u1-marshal.list $(GLIB_GENMARSHAL)12u1-marshal.c: u1-marshal.list $(GLIB_GENMARSHAL) u1-marshal.h
13 $(GLIB_GENMARSHAL) $< --body --prefix=_u1_marshal > $@13 $(GLIB_GENMARSHAL) $< --body --prefix=_u1_marshal > $@
1414
15libubuntuone_la_SOURCES = \15libubuntuone_la_SOURCES = \

Subscribers

People subscribed via source and target branches