diff options
Diffstat (limited to 'third_party/libevent/sample/Makefile.am')
-rw-r--r-- | third_party/libevent/sample/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/libevent/sample/Makefile.am b/third_party/libevent/sample/Makefile.am new file mode 100644 index 0000000..2f4e26e --- /dev/null +++ b/third_party/libevent/sample/Makefile.am @@ -0,0 +1,14 @@ +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 = *~ |