Makes YAJL dependency to be optional

This commit is contained in:
Felipe Zimmerle
2015-11-24 16:03:33 -03:00
parent cf4377df70
commit fbf8ea74f3
5 changed files with 180 additions and 127 deletions

View File

@@ -2,11 +2,16 @@
ACLOCAL_AMFLAGS = -I build
if WITH_YAJL
WITH_TESTS = tests
endif
SUBDIRS = \
src \
test \
doc \
examples
examples \
$(WITH_TESTS)
# make clean
CLEANFILES =