]> arthur.barton.de Git - netatalk.git/blobdiff - libevent/sample/Makefile.am
Remove locking RPC stuff, netalockd, talloc, tevent, tsocket and libevent
[netatalk.git] / libevent / sample / Makefile.am
diff --git a/libevent/sample/Makefile.am b/libevent/sample/Makefile.am
deleted file mode 100644 (file)
index 4ade6aa..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-AUTOMAKE_OPTIONS = foreign no-dependencies
-
-LDADD = $(LIBEVENT_GC_SECTIONS) ../libevent.la
-AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat -I$(top_srcdir)/include -I../include
-
-noinst_PROGRAMS = event-test time-test signal-test dns-example hello-world http-server
-
-event_test_sources = event-test.c
-time_test_sources = time-test.c
-signal_test_sources = signal-test.c
-dns_example_sources = dns-example.c
-hello_world_sources = hello-world.c
-http_server_sources = http-server.c
-
-if OPENSSL
-noinst_PROGRAMS += le-proxy
-le_proxy_sources = le-proxy.c
-le_proxy_LDADD = $(LDADD) ../libevent_openssl.la
-endif
-
-verify:
-
-DISTCLEANFILES = *~