blob: 5a63f33ca31f6cf4f89df88e0a3022289835273f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
if ENABLE_PILOT_CONDUITS
# PENDING_PORT_WORK
# CONDUIT_SUBDIR=conduit
endif
SUBDIRS = \
backend gui $(CONDUIT_SUBDIR)
# PENDING_PORT_WORK
# SUBDIRS = ... printing
|