diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-11-05 19:47:40 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-11-05 19:47:40 +0800 |
commit | bca61092c2a89aa993abd6302b5c372df099e361 (patch) | |
tree | 5d096db04e2a43bf4bd31ab5abdf501ff944f548 /calendar/pcs | |
parent | f8bad518674ae650fdbbc65a38786afa5f16dc42 (diff) | |
download | gsoc2013-evolution-bca61092c2a89aa993abd6302b5c372df099e361.tar gsoc2013-evolution-bca61092c2a89aa993abd6302b5c372df099e361.tar.gz gsoc2013-evolution-bca61092c2a89aa993abd6302b5c372df099e361.tar.bz2 gsoc2013-evolution-bca61092c2a89aa993abd6302b5c372df099e361.tar.lz gsoc2013-evolution-bca61092c2a89aa993abd6302b5c372df099e361.tar.xz gsoc2013-evolution-bca61092c2a89aa993abd6302b5c372df099e361.tar.zst gsoc2013-evolution-bca61092c2a89aa993abd6302b5c372df099e361.zip |
added new marshallers.
2002-11-04 Rodrigo Moya <rodrigo@ximian.com>
* cal-util/cal-util-marshal.list: added new marshallers.
* cal-client/cal-client.c (get_objects_atomically): fixed calls to
g_signal_handler_disconnect_by_func.
(cal_client_class_init): fixed typos.
* cal-client/cal-client-multi.[ch]:
* cal-client/cal-client-types.c:
* cal-client/cal-query.[ch]: ported to GObject.
* cal-client/cal-listener.[ch]: converted to BonoboObject.
* cal-client/Makefile.am:
* pcs/Makefile.am: fixed flags for orbit-idl
svn path=/trunk/; revision=18547
Diffstat (limited to 'calendar/pcs')
-rw-r--r-- | calendar/pcs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/pcs/Makefile.am b/calendar/pcs/Makefile.am index a8c2749e27..3432837685 100644 --- a/calendar/pcs/Makefile.am +++ b/calendar/pcs/Makefile.am @@ -23,7 +23,7 @@ CORBA_GENERATED = $(CORBA_GENERATED_H) $(CORBA_GENERATED_C) idls = \ $(srcdir)/../idl/evolution-calendar.idl -idl_flags = -I $(srcdir) `$(GNOME_CONFIG) --cflags idl` -I $(datadir)/idl +idl_flags = -I $(srcdir) $(IDL_INCLUDES) $(CORBA_GENERATED): $(idls) $(ORBIT_IDL) $(idl_flags) $(srcdir)/../idl/evolution-calendar.idl |