From e3976cc37069ad0acc653f9b1ce89dd8c60d7833 Mon Sep 17 00:00:00 2001 From: J. Ali Harlow Date: Fri, 9 Jan 2009 18:59:38 +0000 Subject: [PATCH] Include test.xml in the distribution since it is needed for make check. --- src/Makefile.am | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 80409c1..3cf2f03 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -32,6 +32,9 @@ test_driver_LDADD = $(EXPAT_LIBS) $(top_builddir)/librazor/librazor.la $(EXTRA_L TESTS = test-driver +EXTRA_DIST = \ + test.xml + clean-local : rm -f *~ -- 1.7.1