From e172ced0dcc937dfc433a33c7e20962b9e6b5ea0 Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Fri, 29 Oct 2004 14:30:27 +0000 Subject: [PATCH] Added a missing config file --- test/api/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/api/Makefile.am b/test/api/Makefile.am index e06be66..9c95845 100644 --- a/test/api/Makefile.am +++ b/test/api/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.23 2004-10-29 14:16:22 heikki Exp $ +# $Id: Makefile.am,v 1.24 2004-10-29 14:30:27 heikki Exp $ noinst_PROGRAMS = testclient testclient_SOURCES = testclient.c @@ -9,7 +9,7 @@ xpathtests= xpath1 xpath2 xpath3 xpath4 check_PROGRAMS = ${simpletests} ${xpathtests} TESTS = $(check_PROGRAMS) -EXTRA_DIST=zebra.cfg zebra6.cfg zebra8.cfg zebrazv.cfg +EXTRA_DIST=zebra.cfg zebra6.cfg zebra8.cfg zebrazv.cfg zebraxpath.cfg t1_SOURCES = t1.c testlib.c testlib.h t2_SOURCES = t2.c testlib.c testlib.h -- 1.7.10.4