2000-08-13 Chris Toshok <toshok@helixcode.com> * conduit/Makefile.am (libaddress_conduit_la_SOURCES): add address-conduit.h * Makefile.am (CONDUIT_SUBDIR): only set subdir if ENABLE_PILOT_CONDUITS is set. svn path=/trunk/; revision=4834
8 lines
129 B
Makefile
8 lines
129 B
Makefile
if ENABLE_PILOT_CONDUITS
|
|
CONDUIT_SUBDIR=conduit
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
ename backend printing contact-editor gui $(CONDUIT_SUBDIR)
|
|
|