11 lines
220 B
Makefile
11 lines
220 B
Makefile
lib_LIBRARIES = libexecution.a
|
|
|
|
libexecution_a_SOURCES = \
|
|
execution.c \
|
|
execution.h \
|
|
execution_helpers.c \
|
|
execution_helpers.h
|
|
|
|
libexecution_a_CPPFLAGS = -I$(top_srcdir)/src
|
|
|
|
noinst_LIBRARIES = libexecution.a
|