diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ff66da2..45a10bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,9 +42,10 @@ AM_TESTS_ENVIRONMENT = abs_top_srcdir="$(abs_top_srcdir)" GUILE_AUTO_COMPILE=0 EXTRA_DIST += \ env.in \ - tests/README \ + tests/responses/README \ tests/responses/newest-bugs1.xml \ tests/responses/get-status1.xml \ + tests/requests/README \ tests/requests/get-status.xml \ tests/requests/newest-bugs.xml \ tests/requests/get-bugs.xml \ |