diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-06-03 21:45:36 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-04 22:47:21 +0800 |
commit | d389de1475383703adcf4f34fc5379a61e73a9af (patch) | |
tree | 1d848dbcd58c057450987db3b0fb66df254191e0 | |
parent | 46905edb53ecdc18f59c701cb5be3fd3829e9198 (diff) | |
download | gsoc2013-evolution-d389de1475383703adcf4f34fc5379a61e73a9af.tar.gz gsoc2013-evolution-d389de1475383703adcf4f34fc5379a61e73a9af.tar.zst gsoc2013-evolution-d389de1475383703adcf4f34fc5379a61e73a9af.zip |
It might help to install the evolution binary.
I caused this in the "Drop support for CDE" commit.
Nice little regression there.
-rw-r--r-- | shell/Makefile.am | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index fcc2d991ea..2403264094 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -28,7 +28,7 @@ INCLUDES = \ $(TZDIALOG_CFLAGS) \ $(SHELL_CFLAGS) -noinst_PROGRAMS = evolution +bin_PROGRAMS = evolution if NM_SUPPORT NM_SUPPORT_FILES = e-shell-nm.c @@ -166,13 +166,6 @@ install-data-local: fi endif -install-evolution: $(install-privsolibLTLIBRARIES) - $(mkinstalldirs) $(DESTDIR)$(bindir) - $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) evolution$(EXEEXT) $(DESTDIR)$(bindir)/evolution$(EXEEXT) - -uninstall-evolution: - $(LIBTOOL) --mode=uninstall rm -rf $(DESTDIR)$(bindir)/evolution$(EXEEXT) - # Extra dist stuff EXTRA_DIST = \ |