42sh/src/io_backend/Makefile.am

10 lines
178 B
Text
Raw Normal View History

2026-01-07 17:38:54 +01:00
lib_LIBRARIES = libio_backend.a
libio_backend_a_SOURCES = \
io_backend.c \
io_backend.h
libio_backend_a_CPPFLAGS = -I$(top_srcdir)/src
noinst_LIBRARIES = libio_backend.a