diff options
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2cf2099..c9dad75 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,8 @@ -SUBDIRS = lib test +SUBDIRS = lib + +if ENABLE_TESTS +SUBDIRS += test +endif if BUILD_TOOLS SUBDIRS += conv |