[libgdata] [build] Tidy up build messages



commit 1c4d9fc24ad8a1f1c91b028811335ea398ed4048
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun Dec 13 12:44:08 2009 +0000

    [build] Tidy up build messages
    
    Remove an EXTRA_DIST warning message and quieten the introspection build
    messages.

 gdata/Makefile.am       |    8 ++++----
 gdata/tests/Makefile.am |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gdata/Makefile.am b/gdata/Makefile.am
index 7393439..9f34db2 100644
--- a/gdata/Makefile.am
+++ b/gdata/Makefile.am
@@ -124,14 +124,14 @@ EXTRA_DIST = \
 
 if HAVE_INTROSPECTION
 GData-$(GDATA_VERSION_MAJOR).$(GDATA_VERSION_MINOR).gir: $(INTROSPECTION_SCANNER) libgdata.la
-	$(QUIET_GEN)$(INTROSPECTION_SCANNER) -v						\
+	$(AM_V_GEN)($(INTROSPECTION_SCANNER) -v						\
 	--namespace GData --nsversion=$(GDATA_VERSION_MAJOR).$(GDATA_VERSION_MINOR)	\
 	--strip-prefix=GData --add-include-path=$(srcdir) --add-include=path=.		\
 	--c-include="gdata/gdata.h" --include=libxml2-2.0 --include=Soup-2.4		\
 	--library=gdata --output $@ --pkg gobject-2.0					\
 	-I$(top_srcdir)									\
 	-I$(top_srcdir)/gdata								\
-	`find -name "*.[ch]" | grep -vE ".*/gdata-(youtube-control|media-group|youtube-group|georss-where|exif-tags)\.[ch]"`
+	`find -name "*.[ch]" | grep -vE ".*/gdata-(youtube-control|media-group|youtube-group|georss-where|exif-tags)\.[ch]"`)
 # The files listed above are excluded because they're currently private
 
 BUILT_GIRSOURCES = GData-$(GDATA_VERSION_MAJOR).$(GDATA_VERSION_MINOR).gir
@@ -145,9 +145,9 @@ typelibsdir = $(libdir)/girepository-1.0/
 typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
 
 %.typelib: %.gir $(INTROSPECTION_COMPILER)
-	$(QUIET_GEN)$(DEBUG) $(INTROSPECTION_COMPILER)	\
+	$(AM_V_GEN)($(INTROSPECTION_COMPILER)	\
 	--includedir=$(srcdir) --includedir=.		\
-	$(INTROSPECTION_COMPILER_OPTS) $< -o $(builddir)/$(@F)
+	$(INTROSPECTION_COMPILER_OPTS) $< -o $(builddir)/$(@F))
 
 CLEANFILES += $(BUILT_GIRSOURCES) $(typelibs_DATA)
 endif
diff --git a/gdata/tests/Makefile.am b/gdata/tests/Makefile.am
index 9cce5ab..2ef9048 100644
--- a/gdata/tests/Makefile.am
+++ b/gdata/tests/Makefile.am
@@ -39,7 +39,7 @@ documents_SOURCES		 = documents.c $(TEST_SRCS)
 TEST_PROGS			+= memory
 memory_SOURCES			 = memory.c $(TEST_SRCS)
 
-EXTRA_DIST = \
+EXTRA_DIST += \
 	photo.jpg		\
 	sample.ogg		\
 	test.doc		\



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