test: Fix distcheck failures
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
bca2216090
commit
646bc74cde
|
@ -8,9 +8,11 @@ CLEANFILES=
|
||||||
|
|
||||||
tests_SOURCES = \
|
tests_SOURCES = \
|
||||||
tests-common.c \
|
tests-common.c \
|
||||||
|
tests-common.h \
|
||||||
list.c \
|
list.c \
|
||||||
string.c \
|
string.c \
|
||||||
tests.c
|
tests.c \
|
||||||
|
tests.h
|
||||||
|
|
||||||
noinst_PROGRAMS = simple-xinit tests
|
noinst_PROGRAMS = simple-xinit tests
|
||||||
|
|
||||||
|
@ -92,7 +94,8 @@ tests_SOURCES += \
|
||||||
xi2/protocol-xipassivegrabdevice.c \
|
xi2/protocol-xipassivegrabdevice.c \
|
||||||
xi2/protocol-xiwarppointer.c \
|
xi2/protocol-xiwarppointer.c \
|
||||||
xi2/protocol-eventconvert.c \
|
xi2/protocol-eventconvert.c \
|
||||||
xi2/xi2.c
|
xi2/xi2.c \
|
||||||
|
xi2/protocol-common.h
|
||||||
|
|
||||||
tests_LDFLAGS = \
|
tests_LDFLAGS = \
|
||||||
-Wl,-wrap,dixLookupWindow \
|
-Wl,-wrap,dixLookupWindow \
|
||||||
|
|
Loading…
Reference in New Issue