Event subsystem of the taskrambler framework.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
495 B

ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = subdir-objects
AM_CFLAGS += -I../include/
TREVENT = event.c \
event_dispatcher.c \
event_dispatcher_register_handler.c \
event_handler.c \
event_handler_handle_event.c \
event_handler_issue_event.c \
event_handler_set_dispatcher.c \
event_subject.c \
event_subject_emit.c \
event_subject_id.c
lib_LTLIBRARIES = libtrevent.la
libtrevent_la_SOURCES = $(TREVENT)
libtrevent_la_CFLAGS = $(AM_CFLAGS)
libtrevent_la_LIBADD =