transmission: update from 2.13 to 2.22
[tomato.git] / release / src / router / libevent / sample / Makefile.am
blob0071d26f2776fcc2231e3f3f83c71180ad52a7db
1 AUTOMAKE_OPTIONS = foreign no-dependencies
3 LDADD = ../libevent.la
4 AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat -I$(top_srcdir)/include -I../include
6 noinst_PROGRAMS = event-test time-test signal-test dns-example hello-world http-server
8 event_test_sources = event-test.c
9 time_test_sources = time-test.c
10 signal_test_sources = signal-test.c
11 dns_example_sources = dns-example.c
12 hello_world_sources = hello-world.c
13 http_server_sources = http-server.c
15 if OPENSSL
16 noinst_PROGRAMS += le-proxy
17 le_proxy_sources = le-proxy.c
18 le_proxy_LDADD = $(LDADD) ../libevent_openssl.la -lcrypto -lssl
19 endif
21 verify:
23 DISTCLEANFILES = *~