libcli/Makefile.am
2026-03-29 16:35:29 +02: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