10 lines
148 B
Makefile
10 lines
148 B
Makefile
if ENABLE_PILOT_CONDUITS
|
|
CONDUIT_SUBDIR=conduit
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
backend printing gui tools $(CONDUIT_SUBDIR)
|
|
|
|
EXTRA_DIST = \
|
|
ChangeLog.pre-1-4
|