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.

16 lines
291 B

  1. AUTOMAKE_OPTIONS = foreign no-dependencies
  2. LDADD = ../libevent.la
  3. CPPFPLAGS = -I..
  4. CFLAGS = -I../compat
  5. noinst_PROGRAMS = event-test time-test signal-test
  6. event_test_sources = event-test.c
  7. time_test_sources = time-test.c
  8. signal_test_sources = signal-test.c
  9. verify:
  10. DISTCLEANFILES = *~