Re: [PATCH] autotools: Correctly prefix simple-egl client name

2013-07-30 Thread Kristian Høgsberg
On Tue, Jul 30, 2013 at 11:47:03AM +0200, Armin K wrote: > --- > clients/Makefile.am | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Ah, oops, applied. Kristian > diff --git a/clients/Makefile.am b/clients/Makefile.am > index 1475532..09963cc 100644 > --- a/clients/Makefile.am > +++

[PATCH] autotools: Correctly prefix simple-egl client name

2013-07-30 Thread Armin K
--- clients/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/Makefile.am b/clients/Makefile.am index 1475532..09963cc 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -51,8 +51,8 @@ weston_simple_touch_LDADD = $(SIMPLE_CLIENT_LIBS) endif