Edit

kc3-lang/libevent/include/Makefile.am

Branch :

  • Show log

    Commit

  • Author : Niels Provos
    Date : 2008-11-28 20:55:11
    Hash : cdf9453a
    Message : install the header files, too svn:r956

  • 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 \
    	event2/http.h event2/http_struct.h event2/http_compat.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 \
    	event2/http.h event2/http_struct.h event2/http_compat.h \
    	event2/dns.h event2/dns_struct.h event2/dns_compat.h