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>
This commit is contained in:
parent
f7ea7a3245
commit
2c1d0a539c
|
@ -1,10 +1,12 @@
|
||||||
noinst_LIBRARIES = libglxproxy.a
|
noinst_LIBRARIES = libglxproxy.a
|
||||||
|
|
||||||
libglxproxy_a_SOURCES = compsize.c \
|
libglxproxy_a_SOURCES = compsize.c \
|
||||||
|
compsize.h \
|
||||||
g_disptab.c \
|
g_disptab.c \
|
||||||
g_disptab.h \
|
g_disptab.h \
|
||||||
global.c \
|
global.c \
|
||||||
glxcmds.c \
|
glxcmds.c \
|
||||||
|
glxcmds.h \
|
||||||
glxcmdsswap.c \
|
glxcmdsswap.c \
|
||||||
glxcontext.h \
|
glxcontext.h \
|
||||||
glxdrawable.h \
|
glxdrawable.h \
|
||||||
|
|
Loading…
Reference in New Issue