Adds configure option to [disa|ena]ble the library examples

This commit is contained in:
Felipe Zimmerle
2016-11-11 09:37:11 -03:00
parent 936ec0b479
commit ee996a8373
2 changed files with 36 additions and 5 deletions

View File

@@ -3,11 +3,16 @@ if TEST_UTILITIES
export MAYBE_TEST = test
endif
if EXAMPLES
export MAYBE_EXAMPLES = examples
endif
SUBDIRS = \
others \
src \
doc \
examples \
$(MAYBE_EXAMPLES) \
$(MAYBE_TEST)