Edit

kc3-lang/libevent/include/Makefile.am

Branch :

  • Show log

    Commit

  • Author : Nick Mathewson
    Date : 2008-04-16 20:01:51
    Hash : 0ac73078
    Message : r15193@tombo: nickm | 2008-04-16 16:00:35 -0400 Split event.h into several new headers in include/event2. event.h is now just a wrapper that includes all the subheaders. svn:r711

  • include/Makefile.am
  • AUTOMAKE_OPTIONS = foreign
    
    EXTRA_SRC = event2/buffer.h event2/thread.h event2/bufferevent.h \
            event2/bufferevent_struct.h event2/event.h event2/event_compat.h \
            event2/event_struct.h event2/tag.h event2/util.h
    
    nobase_include_HEADERS = \
            event2/buffer.h event2/thread.h event2/bufferevent.h \
            event2/bufferevent_struct.h event2/event.h event2/event_compat.h \
            event2/event_struct.h event2/tag.h event2/util.h