summaryrefslogtreecommitdiff
path: root/tests/offsets/Makefile.am
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2009-12-31 15:23:16 +0100
committerJohan Dahlin <johan@gnome.org>2009-12-31 15:23:16 +0100
commit9abe4c600e140063db23eab400ad084929c8b900 (patch)
tree4ba4af369096f7427c2373017ae1e97de7f0e77d /tests/offsets/Makefile.am
parent8be17d491115ff1a13ec7591580488dac6b80ab2 (diff)
downloadgobject-introspection-9abe4c600e140063db23eab400ad084929c8b900.tar.gz
Use AM_V_GEN more a more quiet build
Also suppress a bit more using @
Diffstat (limited to 'tests/offsets/Makefile.am')
-rw-r--r--tests/offsets/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/offsets/Makefile.am b/tests/offsets/Makefile.am
index 2a68da47..c778ae3d 100644
--- a/tests/offsets/Makefile.am
+++ b/tests/offsets/Makefile.am
@@ -38,7 +38,7 @@ gitestoffsets_CPPFLAGS = $(GIREPO_CFLAGS) -I$(top_srcdir)/girepository
gitestoffsets_LDADD = $(top_builddir)/girepository/libgirepository-1.0.la $(GIREPO_LIBS)
gitestoffsets.c: gen-gitestoffsets offsets.h
- $(PYTHON) $(srcdir)/gen-gitestoffsets $(srcdir)/offsets.h > $@ || ( rm -f $@ && false )
+ $(AM_V_GEN) $(PYTHON) $(srcdir)/gen-gitestoffsets $(srcdir)/offsets.h > $@ || ( rm -f $@ && false )
EXTRA_DIST += gen-gitestoffsets
BUILT_SOURCES += gitestoffsets.c