Fixed the length of the execution function
This commit is contained in:
parent
da948f58fe
commit
9276e1a8a5
6 changed files with 251 additions and 304 deletions
|
|
@ -2,7 +2,9 @@ lib_LIBRARIES = libexecution.a
|
|||
|
||||
libexecution_a_SOURCES = \
|
||||
execution.c \
|
||||
execution.h
|
||||
execution.h \
|
||||
execution_helpers.c \
|
||||
execution_helpers.h
|
||||
|
||||
libexecution_a_CPPFLAGS = -I$(top_srcdir)/src
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue