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.

9 lines
261 B

  1. noinst_LIBRARIES=libevloop.a
  2. EXTRA_libevloop_a_SOURCES=epoll.c poll.c
  3. libevloop_a_SOURCES=\
  4. evloop.h\
  5. timeheap.c timeheap.h timer.c
  6. CFLAGS=@CFLAGS@ -D@EVLOOP_METHOD@ -I$(top_srcdir)/misc
  7. libevloop_a_LIBADD=@EVLOOP_IMPL@
  8. libevloop_a_DEPENDENCIES=@EVLOOP_IMPL@