From 4c15b4e3459311f8d458e0e9c031a473efe5f0b8 Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Wed, 2 Jul 2025 23:41:29 -0300 Subject: adding an example, without using libtuberia for now --- Makefile.am | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b4b5bc3..cc30fa8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,9 @@ -SUBDIRS = src test +SUBDIRS = src + +if TESTS +SUBDIRS += test +endif +if EXAMPLES +SUBDIRS += example +endif + -- cgit v1.2.3