7 lines
57 B
Makefile
7 lines
57 B
Makefile
|
|
if WANT_JANSSON
|
|
SUBDIRS = jansson
|
|
else
|
|
SUBDIRS =
|
|
endif
|
|
|