From 31275ba8ffcc38d0bb631909d61114695e092222 Mon Sep 17 00:00:00 2001 From: Claudio Matsuoka Date: Wed, 13 Feb 2013 11:10:09 -0200 Subject: [PATCH] Publish the maximum frame buffer size If the user wants to copy buffer data around, it's useful to know the maximum data buffer size. Signed-off-by: Claudio Matsuoka --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 8b4c9fd..f1e8a2c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -44,7 +44,7 @@ binaries: src/xmp clean: @rm -f $(OBJS) -install: install-xmp install-docs +install: install-xmp install-docs install-conf depend: @echo Building dependencies...