10 lines
172 B
Text
10 lines
172 B
Text
|
|
lib_LIBRARIES = libexecution.a
|
||
|
|
|
||
|
|
libexecution_a_SOURCES = \
|
||
|
|
execution.c \
|
||
|
|
execution.h
|
||
|
|
|
||
|
|
libexecution_a_CPPFLAGS = -I$(top_srcdir)/src
|
||
|
|
|
||
|
|
noinst_LIBRARIES = libexecution.a
|