On Wed, Dec 07, 2011 at 08:17:29PM -0500, Gaetan Nadon wrote: > which was added in commit: > dmx: Build fix for -Werror=implicit-function-declaration > > Signed-off-by: Gaetan Nadon <[email protected]> > --- > hw/dmx/glxProxy/Makefile.am | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/hw/dmx/glxProxy/Makefile.am b/hw/dmx/glxProxy/Makefile.am > index 8516048..1d9177a 100644 > --- a/hw/dmx/glxProxy/Makefile.am > +++ b/hw/dmx/glxProxy/Makefile.am > @@ -1,10 +1,12 @@ > noinst_LIBRARIES = libglxproxy.a > > libglxproxy_a_SOURCES = compsize.c \ > + compsize.h \ > g_disptab.c \ > g_disptab.h \ > global.c \ > glxcmds.c \ > + glxcmds.h \ > glxcmdsswap.c \ > glxcontext.h \ > glxdrawable.h \ > -- > 1.7.4.1
please fix the whitespace, but otherwise Reviewed-by: Peter Hutterer <[email protected]> Cheers, Peter _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
