Edit

kc3-lang/libevent/sample/Makefile.am

Branch :

  • Show log

    Commit

  • Author : Nick Mathewson
    Date : 2007-08-20 14:44:15
    Hash : a36d4a93
    Message : r14699@catbus: nickm | 2007-08-20 10:42:57 -0400 Use $top_srcdir and $srcdir variables to refer to source paths in Makefile.am. This makes it possible to build libevent from a separate directory. Patch from Kelly Anderson. svn:r400

  • sample/Makefile.am
  • AUTOMAKE_OPTIONS = foreign no-dependencies
    
    LDADD = ../libevent.la
    AM_CFLAGS = -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 = *~