diff options
author | nobody <nobody@localhost> | 2000-07-06 12:58:12 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-07-06 12:58:12 +0800 |
commit | 31c19f75b9e278da1c8d36022eb38935959e9623 (patch) | |
tree | 4ba00fa4856e39912c9a54ecba72de80d51d2418 /calendar/pcs/Makefile.am | |
parent | 04f148f617112009091abd18b16463033dd322d0 (diff) | |
download | gsoc2013-evolution-NAUTILUS-SAFE.tar gsoc2013-evolution-NAUTILUS-SAFE.tar.gz gsoc2013-evolution-NAUTILUS-SAFE.tar.bz2 gsoc2013-evolution-NAUTILUS-SAFE.tar.lz gsoc2013-evolution-NAUTILUS-SAFE.tar.xz gsoc2013-evolution-NAUTILUS-SAFE.tar.zst gsoc2013-evolution-NAUTILUS-SAFE.zip |
This commit was manufactured by cvs2svn to create tagNAUTILUS-SAFE
'NAUTILUS-SAFE'.
svn path=/tags/NAUTILUS-SAFE/; revision=3914
Diffstat (limited to 'calendar/pcs/Makefile.am')
-rw-r--r-- | calendar/pcs/Makefile.am | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/calendar/pcs/Makefile.am b/calendar/pcs/Makefile.am deleted file mode 100644 index 0c633dc285..0000000000 --- a/calendar/pcs/Makefile.am +++ /dev/null @@ -1,46 +0,0 @@ -INCLUDES = \ - -DG_LOG_DOMAIN=\"wombat-pcs\" \ - -I$(top_srcdir) \ - -I$(top_srcdir)/calendar \ - -I$(top_srcdir)/libical/src/libical \ - -I$(top_builddir)/libical/src/libical \ - $(BONOBO_VFS_GNOME_CFLAGS) \ - -DGNOMELOCALEDIR=\""$(datadir)/locale"\" - -CORBA_GENERATED = \ - evolution-calendar.h \ - evolution-calendar-common.c \ - evolution-calendar-skels.c \ - evolution-calendar-stubs.c - -idls = \ - $(srcdir)/../idl/evolution-calendar.idl - -idl_flags = `$(GNOME_CONFIG) --cflags idl` -I $(datadir)/idl - -$(CORBA_GENERATED): $(idls) - $(ORBIT_IDL) $(idl_flags) $(srcdir)/../idl/evolution-calendar.idl - -noinst_LIBRARIES = libpcs.a - -libpcs_a_SOURCES = \ - $(CORBA_GENERATED) \ - cal.c \ - cal.h \ - cal-backend.c \ - cal-backend.h \ - cal-backend-imc.c \ - cal-backend-imc.h \ - cal-common.h \ - cal-factory.c \ - cal-factory.h \ - job.c \ - job.h - - - - - - -BUILT_SOURCES = $(CORBA_GENERATED) -CLEANFILES += $(BUILT_SOURCES) |