diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-02-20 02:13:52 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-02-20 02:13:52 +0800 |
commit | dfe6ecc829d4170b1523465b68fa5f1a2c7108dc (patch) | |
tree | 5f33cb8b73baefe8d38c88ee6738d4e80db919a6 /calendar/pcs | |
parent | da47a92f83c97aba001150736c375be3111e5b8b (diff) | |
download | gsoc2013-evolution-dfe6ecc829d4170b1523465b68fa5f1a2c7108dc.tar gsoc2013-evolution-dfe6ecc829d4170b1523465b68fa5f1a2c7108dc.tar.gz gsoc2013-evolution-dfe6ecc829d4170b1523465b68fa5f1a2c7108dc.tar.bz2 gsoc2013-evolution-dfe6ecc829d4170b1523465b68fa5f1a2c7108dc.tar.lz gsoc2013-evolution-dfe6ecc829d4170b1523465b68fa5f1a2c7108dc.tar.xz gsoc2013-evolution-dfe6ecc829d4170b1523465b68fa5f1a2c7108dc.tar.zst gsoc2013-evolution-dfe6ecc829d4170b1523465b68fa5f1a2c7108dc.zip |
Split $(CORBA_GENERATED_H) rule from the $(CORBA_GENERATED_C) rule to that
* pcs/Makefile.am: Split $(CORBA_GENERATED_H) rule from the
$(CORBA_GENERATED_C) rule to that it autogens properly when using
parallel makes.
* cal-client/Makefile.am: Likewise.
* gui/gnome-cal.c (gnome_calendar_setup_view_menus): Fix path to
the calendar's GAL Views directory. [Pointed out by Grzegorz
Goawski.]
svn path=/trunk/; revision=19947
Diffstat (limited to 'calendar/pcs')
-rw-r--r-- | calendar/pcs/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/calendar/pcs/Makefile.am b/calendar/pcs/Makefile.am index a892fcb71f..aca5f34bad 100644 --- a/calendar/pcs/Makefile.am +++ b/calendar/pcs/Makefile.am @@ -24,9 +24,11 @@ idls = \ idl_flags = -I $(srcdir) $(IDL_INCLUDES) -$(CORBA_GENERATED): $(idls) +$(CORBA_GENERATED_H): $(idls) $(ORBIT_IDL) $(idl_flags) $(srcdir)/../idl/evolution-calendar.idl +$(CORBA_GENERATED_C): $(CORBA_GENERATED_H) + pcsincludedir = $(privincludedir)/pcs privlib_LIBRARIES = libpcs.a |