diff options
author | nobody <nobody@localhost> | 2000-05-05 20:46:42 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-05-05 20:46:42 +0800 |
commit | 391eb2b6d01fc9a7e0d3ea63060330c2b301789f (patch) | |
tree | 436339dec15d4858b98b7a1517bf060df97a4ff1 /calendar/pcs/Makefile.am | |
parent | f80ee8128bb94839d8a84cc620a209d37bbfa277 (diff) | |
download | gsoc2013-evolution-pre-ettore.tar gsoc2013-evolution-pre-ettore.tar.gz gsoc2013-evolution-pre-ettore.tar.bz2 gsoc2013-evolution-pre-ettore.tar.lz gsoc2013-evolution-pre-ettore.tar.xz gsoc2013-evolution-pre-ettore.tar.zst gsoc2013-evolution-pre-ettore.zip |
This commit was manufactured by cvs2svn to create tag 'pre-ettore'.pre-ettore
svn path=/tags/pre-ettore/; revision=2814
Diffstat (limited to 'calendar/pcs/Makefile.am')
-rw-r--r-- | calendar/pcs/Makefile.am | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/calendar/pcs/Makefile.am b/calendar/pcs/Makefile.am deleted file mode 100644 index b9ea5fecd0..0000000000 --- a/calendar/pcs/Makefile.am +++ /dev/null @@ -1,61 +0,0 @@ -INCLUDES = \ - -DG_LOG_DOMAIN=\"wombat-pcs\" \ - -I$(top_srcdir) \ - -I$(top_srcdir)/calendar \ - -I$(top_srcdir)/libical/src/libical \ - $(BONOBO_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-common.h \ - cal-factory.c \ - cal-factory.h \ - icalendar.c \ - icalendar.h \ - icalendar-save.c \ - icalendar-save.h \ - job.c \ - job.h - - - -noinst_PROGRAMS = icalendar-test - -icalendar_test_SOURCES = \ - icalendar-test.c \ - icalendar.c \ - icalendar-save.c - -icalendar_test_LDADD = \ - $(EXTRA_GNOME_LIBS) \ - $(top_builddir)/libversit/libversit.la \ - $(top_builddir)/libical/src/libical/libical.la - -# $(top_builddir)/calendar/cal-util/libcal-util.la \ - - - - -BUILT_SOURCES = $(CORBA_GENERATED) -CLEANFILES += $(BUILT_SOURCES) |