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