8 lines
64 B
Makefile
8 lines
64 B
Makefile
|
|
||
|
if WANT_JANSSON
|
||
|
SUBDIRS = jansson
|
||
|
else
|
||
|
SUBDIRS =
|
||
|
endif
|
||
|
|