X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libevent%2Fsample%2FMakefile.am;h=c926f4e6fbddd2d6b39e44380c8e722fbe80cf55;hb=a9d021328c3d004445a543c075514b5dc85a2202;hp=4ade6aab992ee3193e861fbf5b38dcccbe8e686f;hpb=14874ef66d68c5200a9a42a7408d022d58211898;p=netatalk.git diff --git a/libevent/sample/Makefile.am b/libevent/sample/Makefile.am index 4ade6aab..c926f4e6 100644 --- a/libevent/sample/Makefile.am +++ b/libevent/sample/Makefile.am @@ -1,21 +1,27 @@ +# sample/Makefile.am for libevent +# Copyright 2000-2007 Niels Provos +# Copyright 2007-2012 Niels Provos and Nick Mathewson +# +# See LICENSE for copying information. + 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 +AM_CPPFLAGS = -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 +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 +le_proxy_SOURCES = le-proxy.c +le_proxy_LDADD = $(LDADD) ../libevent_openssl.la -lssl -lcrypto ${OPENSSL_LIBADD} endif verify: