Re: [PATCH] Makefile.am: fix missing line continuation

2011-01-07 Thread Marcel Holtmann
Hi Rafael, > Makefile.am |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Makefile.am b/Makefile.am > index 09dc9ad..679e4bf 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -436,7 +436,7 @@ test_scripts = test/backtrace \ > test/send-vcard \ >

[PATCH] Makefile.am: fix missing line continuation

2011-01-07 Thread Rafael Ignacio Zurita
--- Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 09dc9ad..679e4bf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -436,7 +436,7 @@ test_scripts = test/backtrace \ test/send-vcard \ test/set-tty \