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
1=== modified file 'libubuntuone/Makefile.am'
2--- libubuntuone/Makefile.am 2009-12-21 13:09:23 +0000
3+++ libubuntuone/Makefile.am 2010-01-04 15:05:21 +0000
4@@ -9,7 +9,7 @@
5 u1-marshal.h: u1-marshal.list $(GLIB_GENMARSHAL)
6 $(GLIB_GENMARSHAL) $< --header --prefix=_u1_marshal > $@
7
8-u1-marshal.c: u1-marshal.list $(GLIB_GENMARSHAL)
9+u1-marshal.c: u1-marshal.list $(GLIB_GENMARSHAL) u1-marshal.h
10 $(GLIB_GENMARSHAL) $< --body --prefix=_u1_marshal > $@
11
12 libubuntuone_la_SOURCES = \

Subscribers

People subscribed via source and target branches