2000-09-01 JP Rosevear <jpr@helixcode.com> * conduits/todo/todo-conduit.c: Update for new libical. Conduits should atleast compile again. * conduits/calendar/calendar-conduit.c: ditto * Makefile.am: Build the conduits only when they've been enabled. svn path=/trunk/; revision=5165
8 lines
131 B
Makefile
8 lines
131 B
Makefile
if ENABLE_PILOT_CONDUITS
|
|
CONDUIT_DIR = conduits
|
|
else
|
|
CONDUIT_DIR =
|
|
endif
|
|
|
|
SUBDIRS = idl cal-util pcs cal-client gui $(CONDUIT_DIR)
|