diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-12-09 07:45:02 -0500 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-12-15 14:17:16 -0800 |
commit | 2c1d0a539c0fb1860ac89a00d1fb609f1959e1b6 (patch) | |
tree | f18b56b10de847963cc6ea027d8fcce135cb1999 /hw | |
parent | f7ea7a324520844beaac8be7503ac50e20da5ab1 (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>
Diffstat (limited to 'hw')
-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 \ |