A clone of btpd with my configuration changes.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- noinst_LIBRARIES=libevloop.a
- EXTRA_libevloop_a_SOURCES=epoll.c poll.c
- libevloop_a_SOURCES=\
- evloop.h\
- timeheap.c timeheap.h timer.c
- CFLAGS=@CFLAGS@ -D@EVLOOP_METHOD@ -I$(top_srcdir)/misc
- libevloop_a_LIBADD=@EVLOOP_IMPL@
- libevloop_a_DEPENDENCIES=@EVLOOP_IMPL@
|