diff options
author | Adam Jackson <ajax@redhat.com> | 2017-03-03 14:51:51 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2017-03-14 12:28:24 -0400 |
commit | 646bc74cded8b77d57312ae858a2ed01b0d17c21 (patch) | |
tree | 415dcd0950fe518e68b55a39293c4c0ca5ca1e53 /test | |
parent | bca221609004aecbcc8928382ad29ce319d2eb6f (diff) |
test: Fix distcheck failures
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index cb37cc9fe..b9c8fb36f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -8,9 +8,11 @@ CLEANFILES= tests_SOURCES = \ tests-common.c \ + tests-common.h \ list.c \ string.c \ - tests.c + tests.c \ + tests.h noinst_PROGRAMS = simple-xinit tests @@ -92,7 +94,8 @@ tests_SOURCES += \ xi2/protocol-xipassivegrabdevice.c \ xi2/protocol-xiwarppointer.c \ xi2/protocol-eventconvert.c \ - xi2/xi2.c + xi2/xi2.c \ + xi2/protocol-common.h tests_LDFLAGS = \ -Wl,-wrap,dixLookupWindow \ |