[libgdata] [core] Makefile improvements



commit 865618c3b9a202e2836cb5deb0786df0fdce4def
Author: Philip Withnall <philip tecnocode co uk>
Date:   Thu Jun 10 17:28:47 2010 +0100

    [core] Makefile improvements
    
    An improvement to the marshalling stuff in the Makefile.am, plus a fix for
    EXTRA_DIST.

 Makefile.am |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index aa96782..dcb46da 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,10 +8,10 @@ GDATA_MARSHAL_FILES = \
 	gdata/gdata-marshal.c	\
 	gdata/gdata-marshal.h
 
-gdata/gdata-marshal.h: $(top_srcdir)/gdata/gdata-marshal.list Makefile
-	$(AM_V_GEN)($(GLIB_GENMARSHAL) --prefix=gdata_marshal $(top_srcdir)/gdata/gdata-marshal.list --header > $@)
-gdata/gdata-marshal.c: gdata/gdata-marshal.h Makefile
-	$(AM_V_GEN)($(GLIB_GENMARSHAL) --prefix=gdata_marshal $(top_srcdir)/gdata/gdata-marshal.list --header --body > $@)
+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
+	$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=gdata_marshal --header --body $< > $@
 
 EXTRA_DIST = $(top_srcdir)/gdata/gdata-marshal.list
 CLEANFILES = $(GDATA_MARSHAL_FILES)
@@ -417,7 +417,7 @@ CLEANFILES += \
 	$(typelibs_DATA)
 
 DISTCHECK_CONFIGURE_FLAGS += --enable-introspection
-EXTRA_DIST = introspection.m4
+EXTRA_DIST += introspection.m4
 endif
 
 # gcov



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