42sh/src/execution/Makefile.am

12 lines
220 B
Text
Raw Normal View History

2026-01-07 17:38:54 +01:00
lib_LIBRARIES = libexecution.a
libexecution_a_SOURCES = \
execution.c \
execution.h \
execution_helpers.c \
execution_helpers.h
2026-01-07 17:38:54 +01:00
libexecution_a_CPPFLAGS = -I$(top_srcdir)/src
noinst_LIBRARIES = libexecution.a