diff options
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 6e6f640b81..1ae5c01c2e 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -181,18 +181,18 @@ evolution_calendar_LDADD = \ evolution_calendar_LDFLAGS = -export-dynamic -oafdir = $(datadir)/oaf -oaf_in_files = \ - GNOME_Evolution_Calendar.oaf.in +serversdir = $(datadir)/bonobo/servers +servers_in_files = \ + GNOME_Evolution_Calendar.server.in -oaf_DATA = $(oaf_in_files:.oaf.in=.oaf) +servers_DATA = $(servers_in_files:.server.in=.server) -@INTLTOOL_OAF_RULE@ +@INTLTOOL_SERVER_RULE@ EXTRA_DIST = \ $(glade_DATA) \ $(etspec_DATA) \ - $(oaf_in_files) + $(servers_in_files) install-data-local: $(mkinstalldirs) $(DESTDIR)$(help_base)/C |