diff options
Diffstat (limited to 'calendar/pcs/Makefile.am')
-rw-r--r-- | calendar/pcs/Makefile.am | 52 |
1 files changed, 35 insertions, 17 deletions
diff --git a/calendar/pcs/Makefile.am b/calendar/pcs/Makefile.am index dd9e3302b9..69f718b4a4 100644 --- a/calendar/pcs/Makefile.am +++ b/calendar/pcs/Makefile.am @@ -4,6 +4,23 @@ bin_PROGRAMS = tlacuache +#INCLUDES = \ +# -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ +# -I$(top_srcdir)/libical/src/libical \ +# -I$(top_srcdir)/libversit \ +# -I$(top_srcdir)/calendar \ +# -I. \ +# -I$(top_srcdir)/calendar/cal-client \ +# $(GNOME_INCLUDEDIR) + +INCLUDES = \ + -I$(top_srcdir)/calendar/cal-client \ + -I$(top_srcdir)/calendar/cal-util \ + -I$(top_srcdir)/calendar \ + -I$(top_srcdir)/libical/src/libical \ + $(GNOME_INCLUDEDIR) \ + -DGNOMELOCALEDIR=\""$(datadir)/locale"\" + CORBA_GENERATED = \ evolution-calendar.h \ evolution-calendar-common.c \ @@ -18,19 +35,17 @@ idl_flags = `$(GNOME_CONFIG) --cflags idl` $(CORBA_GENERATED): $(idls) $(ORBIT_IDL) $(idl_flags) $(srcdir)/../idl/evolution-calendar.idl -tlacuache_INCLUDES = \ - -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ - -I$(srcdir) -I$(top_srcdir) \ - -I. \ - -I.. \ - -I$(top_builddir) \ - -I$(includedir) \ - $(GNOME_INCLUDEDIR) +#tlacuache_INCLUDES = \ +# -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ +# -I$(srcdir) -I$(top_srcdir) \ +# -I. \ +# -I.. \ +# -I$(top_builddir) \ +# -I$(includedir) \ +# $(GNOME_INCLUDEDIR) tlacuache_SOURCES = \ $(CORBA_GENERATED) \ - alarm.c \ - alarm.h \ cal.c \ cal.h \ cal-backend.c \ @@ -38,23 +53,26 @@ tlacuache_SOURCES = \ cal-common.h \ cal-factory.c \ cal-factory.h \ - cal-util.c \ - cal-util.h \ calobj.c \ calobj.h \ icalendar.c \ icalendar.h \ job.c \ job.h \ - timeutil.c \ - timeutil.h \ tlacuache.c +# alarm.c \ +# alarm.h \ +# cal-util.c \ +# cal-util.h \ + + ICAL_LINK_FLAGS = $(top_builddir)/libical/src/libical/libical.la -tlacuache_LDADD = \ - $(BONOBO_VFS_GNOME_LIBS) \ - ../libversit/libversit.la \ +tlacuache_LDADD = \ + $(BONOBO_VFS_GNOME_LIBS) \ + $(top_srcdir)/calendar/cal-util/libcalutil.la \ + $(top_srcdir)/libversit/libversit.la \ $(ICAL_LINK_FLAGS) gnorbadir = $(sysconfdir)/CORBA/servers |