From 95371d8453eb44e5bb17423ec396e1e4bf86acd7 Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Wed, 8 Nov 2006 08:54:49 +0000 Subject: Remove files not needed by btpd. Make the build scripts more suitable for btpd. --- libevent/test/Makefile.am | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 libevent/test/Makefile.am (limited to 'libevent/test/Makefile.am') diff --git a/libevent/test/Makefile.am b/libevent/test/Makefile.am deleted file mode 100644 index 66f0e31..0000000 --- a/libevent/test/Makefile.am +++ /dev/null @@ -1,31 +0,0 @@ -AUTOMAKE_OPTIONS = foreign no-dependencies - -LDADD = ../libevent.la -CPPFPLAGS = -I.. -CFLAGS = -I../compat @CFLAGS@ - -EXTRA_DIST = regress.rpc - -noinst_PROGRAMS = test-init test-eof test-weof test-time regress bench - -BUILT_SOURCES = regress.gen.c regress.gen.h -test_init_SOURCES = test-init.c -test_eof_SOURCES = test-eof.c -test_weof_SOURCES = test-weof.c -test_time_SOURCES = test-time.c -regress_SOURCES = regress.c regress.h regress_http.c regress_dns.c \ - regress.gen.c regress.gen.h -bench_SOURCES = bench.c - -regress.gen.c regress.gen.h: regress.rpc - ../event_rpcgen.py regress.rpc || echo "No Python installed" - -DISTCLEANFILES = *~ -CLEANFILES = regress.gen.h regress.gen.c - -test: test-init test-eof test-weof test-time regress - -verify: test - @./test.sh - -bench test-init test-eof test-weof test-time: ../libevent.la -- cgit 1.4.1