Edit

kc3-lang/libevent/sample/Makefile.am

Branch :

  • Show log

    Commit

  • Author : Nick Mathewson
    Date : 2007-11-10 07:49:13
    Hash : 97917e68
    Message : r16588@catbus: nickm | 2007-11-10 02:47:14 -0500 Another include for sample. Patch from Christopher Layne. svn:r507

  • sample/Makefile.am
  • AUTOMAKE_OPTIONS = foreign no-dependencies
    
    LDADD = ../libevent.la
    AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat
    
    noinst_PROGRAMS = event-test time-test signal-test
    
    event_test_sources = event-test.c
    time_test_sources = time-test.c
    signal_test_sources = signal-test.c
    
    verify:
    
    DISTCLEANFILES = *~