diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-12-09 07:45:02 -0500 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-12-15 14:55:37 -0800 |
commit | ee66474eb2009118a41539c6773e514a09d27e4d (patch) | |
tree | 5d31e39740f0e4331bb4718c1d9735c3f8d67cec | |
parent | 0ca8869e4537412f25bfd5610aba5e604952608c (diff) |
dmx: fix distcheck failure, missing compsize.h in Makefile.am
which was added in commit:
dmx: Build fix for -Werror=implicit-function-declaration
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Keith Packard <keithp@keithp.com>
(cherry picked from commit 2c1d0a539c0fb1860ac89a00d1fb609f1959e1b6)
-rw-r--r-- | 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 851604883..4ee1036b3 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 \ |