libevent/sample/Makefile.am
Nick Mathewson 97917e68e7 r16588@catbus: nickm | 2007-11-10 02:47:14 -0500
Another include for sample.  Patch from Christopher Layne.


svn:r507
2007-11-10 07:49:13 +00:00

15 lines
303 B
Makefile

AUTOMAKE_OPTIONS = foreign no-dependencies
LDADD = ../libevent.la
AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat
noinst_PROGRAMS = event-test time-test signal-test
event_test_sources = event-test.c
time_test_sources = time-test.c
signal_test_sources = signal-test.c
verify:
DISTCLEANFILES = *~