Re: [PATCH] nested-client: Fix build error

2014-02-05 Thread Kristian Høgsberg
On Wed, Feb 05, 2014 at 09:38:27PM -0600, Jason Ekstrand wrote: > --- > Makefile.am | 1 + > 1 file changed, 1 insertion(+) Thanks... I hope that's the last of it... Kristian > diff --git a/Makefile.am b/Makefile.am > index 21b2b17..5e8556b 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -4

[PATCH] nested-client: Fix build error

2014-02-05 Thread Jason Ekstrand
--- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 21b2b17..5e8556b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -485,6 +485,7 @@ weston_nested_CFLAGS = $(CLIENT_CFLAGS) weston_nested_client_SOURCES = clients/nested-client.c weston_nested_clien