summary refs log tree commit diff
path: root/libevent/sample/Makefile.am
diff options
context:
space:
mode:
authorRichard Nyberg <rnyberg@murmeldjur.se>2006-11-08 08:54:49 +0000
committerRichard Nyberg <rnyberg@murmeldjur.se>2006-11-08 08:54:49 +0000
commit95371d8453eb44e5bb17423ec396e1e4bf86acd7 (patch)
treea026984cc47668feaf2a7b08434aa7cfa167e993 /libevent/sample/Makefile.am
parentba4efecb6df9cdc5cfaba42b8af75ea4edcc7517 (diff)
downloadbtpd-95371d8453eb44e5bb17423ec396e1e4bf86acd7.tar.gz
btpd-95371d8453eb44e5bb17423ec396e1e4bf86acd7.zip
Remove files not needed by btpd. Make the build scripts more suitable for
btpd.

Diffstat (limited to 'libevent/sample/Makefile.am')
-rw-r--r--libevent/sample/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/libevent/sample/Makefile.am b/libevent/sample/Makefile.am
deleted file mode 100644
index b749b80..0000000
--- a/libevent/sample/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-AUTOMAKE_OPTIONS = foreign no-dependencies
-
-LDADD = ../libevent.la
-CPPFPLAGS = -I.. 
-CFLAGS = -I../compat
-
-noinst_PROGRAMS = event-test time-test signal-test
-
-event_test_sources = event-test.c
-time_test_sources = time-test.c
-signal_test_sources = signal-test.c
-
-verify:
-
-DISTCLEANFILES = *~