(impl_finalize): Finalize impl. (impl_dispose): Dispose impl. (calendar_offline_handler_new): Use g_object_new(). (backend_cal_opened): use g_signal_connect() instead of gtk_signal_connect(). (backend_go_offline): Likewise. (backend_cal_opened): g_object_unref() instead of gtk_object_unref(). (backend_go_offline): Likewise. svn path=/trunk/; revision=18671
10 lines
153 B
Makefile
10 lines
153 B
Makefile
if ENABLE_PILOT_CONDUITS
|
|
CONDUIT_DIR = conduits
|
|
else
|
|
CONDUIT_DIR =
|
|
endif
|
|
|
|
SUBDIRS = idl cal-util pcs cal-client gui $(CONDUIT_DIR)
|
|
|
|
EXTRA_DIST = zones.h
|