]> arthur.barton.de Git - netatalk.git/blob - libevent/sample/Makefile.am
Add libevent
[netatalk.git] / libevent / sample / Makefile.am
1 AUTOMAKE_OPTIONS = foreign no-dependencies
2
3 LDADD = ../libevent.la
4 AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat -I$(top_srcdir)/include -I../include
5
6 noinst_PROGRAMS = event-test time-test signal-test dns-example hello-world http-server
7
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
14
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
20
21 verify:
22
23 DISTCLEANFILES = *~