diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2025-07-02 23:41:29 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2025-07-02 23:41:29 -0300 |
commit | 4c15b4e3459311f8d458e0e9c031a473efe5f0b8 (patch) | |
tree | bad582b89b713a68b48eb7fc9a01c03adcdf7fe7 /Makefile.am | |
parent | 2ce4fb4a3cfb0d1cb92e9cbd71087fa16414631e (diff) | |
download | libtuberia-4c15b4e3459311f8d458e0e9c031a473efe5f0b8.tar.gz |
adding an example, without using libtuberia for now
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 9 insertions, 1 deletions
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 + |