libcli/Makefile.am
2026-03-29 01:24:43 +01:00

13 lines
210 B
Makefile

ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src example
if BUILD_TESTS
SUBDIRS += tests
endif
pkgincludedir = $(includedir)/cli
pkginclude_HEADERS = \
include/cli.h \
include/cli_parse_utils.h \
include/compiler.h