Edit

kc3-lang/libevent/include/Makefile.am

Branch :

  • Show log

    Commit

  • Author : Nick Mathewson
    Date : 2010-09-02 11:36:44
    Hash : ca9048f1
    Message : Move evkeyvalq into a separate header for evhttp_parse_query users The evhttp_parse_query API is a bit misdesigned; all the other evkeyvalq stuff is abstract and lets you get away with having a header stub, but evhttp_parse_query seems to require that you instantiate an empty evkeyvalq of your own.

  • include/Makefile.am
  • AUTOMAKE_OPTIONS = foreign
    
    EVENT2_EXPORT = \
    	event2/buffer.h \
    	event2/buffer_compat.h \
    	event2/bufferevent.h \
    	event2/bufferevent_compat.h \
    	event2/bufferevent_ssl.h \
    	event2/bufferevent_struct.h \
    	event2/dns.h \
    	event2/dns_compat.h \
    	event2/dns_struct.h \
    	event2/event.h \
    	event2/event_compat.h \
    	event2/event_struct.h \
    	event2/http.h \
    	event2/http_compat.h \
    	event2/http_struct.h \
    	event2/keyvalq_struct.h \
    	event2/listener.h \
    	event2/rpc.h \
    	event2/rpc_compat.h \
    	event2/rpc_struct.h \
    	event2/tag.h \
    	event2/tag_compat.h \
    	event2/thread.h \
    	event2/util.h
    
    EXTRA_SRC = $(EVENT2_EXPORT)
    
    nobase_include_HEADERS = $(EVENT2_EXPORT)
    
    nobase_nodist_include_HEADERS = ./event2/event-config.h