A clone of btpd with my configuration changes.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

16 řádky
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 = *~