A clone of btpd with my configuration changes.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

16 行
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 = *~