added
authorpop <pop>
Tue, 4 Feb 2003 12:10:19 +0000 (12:10 +0000)
committerpop <pop>
Tue, 4 Feb 2003 12:10:19 +0000 (12:10 +0000)
test/xelm/Makefile.am [new file with mode: 0644]

diff --git a/test/xelm/Makefile.am b/test/xelm/Makefile.am
new file mode 100644 (file)
index 0000000..2f561e0
--- /dev/null
@@ -0,0 +1,13 @@
+
+
+dist-hook:
+       -mkdir $(distdir)/records
+       cp $(srcdir)/records/*.xml $(distdir)/records
+       -mkdir $(distdir)/tmp
+       -mkdir $(distdir)/lock
+       -mkdir $(distdir)/register
+
+TESTS = test.sh
+
+EXTRA_DIST = $(TESTS) zebra.cfg user.abs
+