mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
97917e68e7
Another include for sample. Patch from Christopher Layne. svn:r507
15 lines
303 B
Makefile
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 = *~
|