forked from Archive/PX4-Autopilot
8 lines
151 B
Makefile
8 lines
151 B
Makefile
|
if COND_lxdialog
|
||
|
MAYBE_lxdialog = lxdialog
|
||
|
endif
|
||
|
if COND_images
|
||
|
MAYBE_images = images
|
||
|
endif
|
||
|
SUBDIRS = parser $(MAYBE_images) $(MAYBE_lxdialog)
|