diff options
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index d2d7438035..8c64b05801 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -184,7 +184,7 @@ install-test-component: evolution-test-component $(mkinstalldirs) $(DESTDIR)$(bindir) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) evolution-test-component $(DESTDIR)$(bindir)/evolution-test-component $(mkinstalldirs) $(DESTDIR)$(oafdir) - $(INSTALL_DATA) $(srcdir)/GNOME_Evolution_TestComponent.oafinfo $(DESTDIR)$(oafdir)/GNOME_Evolution_TestComponent.oafinfo + $(INSTALL_DATA) $(srcdir)/GNOME_Evolution_TestComponent.oaf $(DESTDIR)$(oafdir)/GNOME_Evolution_TestComponent.oaf # Misc stuff @@ -202,7 +202,7 @@ EXTRA_DIST = \ $(oaf_in_files) \ $(oaf_DATA) \ $(etspec_DATA) \ - GNOME_Evolution_TestComponent.oafinfo + GNOME_Evolution_TestComponent.oaf # Purify support |