[libgdata/libgdata-0-6] build: Make gdata-marshal.c depend on gdata-marshal.h to fix build



commit 785062b7703e7b6cbc3fbc376962e5a53d6d30c8
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Mon Aug 9 17:31:37 2010 +0100

    build: Make gdata-marshal.c depend on gdata-marshal.h to fix build
    
    The build was failing to bootstrap since gdata-marshal.h wasn't being built
    for some reason.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 39b4154..4b5ffa7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,7 @@ GDATA_MARSHAL_FILES = \
 
 gdata/gdata-marshal.h: $(top_srcdir)/gdata/gdata-marshal.list
 	$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=gdata_marshal --header $< > $@
-gdata/gdata-marshal.c: $(top_srcdir)/gdata/gdata-marshal.list
+gdata/gdata-marshal.c: $(top_srcdir)/gdata/gdata-marshal.list gdata/gdata-marshal.h
 	$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=gdata_marshal --header --body $< > $@
 
 EXTRA_DIST = $(top_srcdir)/gdata/gdata-marshal.list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]