From c4ce80c6b5a93551d583b089dae69385ebdab834 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 28 Apr 2008 02:29:28 +0000 Subject: [PATCH] newline svn path=/trunk/; revision=242 --- tests/parser/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/parser/Makefile.am b/tests/parser/Makefile.am index daf4c5a..10391e1 100644 --- a/tests/parser/Makefile.am +++ b/tests/parser/Makefile.am @@ -23,7 +23,8 @@ utility.gir: libutility.la utility.h $(SCANNER) --library=libutility.la \ --namespace=utility \ --pkg gobject-2.0 \ - $(libutility_la_SOURCES) --output $@ + $(libutility_la_SOURCES) \ + --output $@ Foo.gir: libfoo.la foo-object.h $(SCANNER) @PYTHONPATH=$(top_srcdir) $(SCANNER) -v \ -- 2.7.4