dnscrypto-proxy: Update to release 1.3.0
[tomato.git] / release / src / router / dnscrypt / src / libevent-modified / sample / Makefile.am
blobc926f4e6fbddd2d6b39e44380c8e722fbe80cf55
1 # sample/Makefile.am for libevent
2 # Copyright 2000-2007 Niels Provos
3 # Copyright 2007-2012 Niels Provos and Nick Mathewson
5 # See LICENSE for copying information.
7 AUTOMAKE_OPTIONS = foreign no-dependencies
9 LDADD = $(LIBEVENT_GC_SECTIONS) ../libevent.la
10 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat -I$(top_srcdir)/include -I../include
12 noinst_PROGRAMS = event-test time-test signal-test dns-example hello-world http-server
14 event_test_SOURCES = event-test.c
15 time_test_SOURCES = time-test.c
16 signal_test_SOURCES = signal-test.c
17 dns_example_SOURCES = dns-example.c
18 hello_world_SOURCES = hello-world.c
19 http_server_SOURCES = http-server.c
21 if OPENSSL
22 noinst_PROGRAMS += le-proxy
23 le_proxy_SOURCES = le-proxy.c
24 le_proxy_LDADD = $(LDADD) ../libevent_openssl.la -lssl -lcrypto ${OPENSSL_LIBADD}
25 endif
27 verify:
29 DISTCLEANFILES = *~