Browse Source

Install the espeak compatibility symlinks.

master
Reece H. Dunn 9 years ago
parent
commit
cd64bfeb53
2 changed files with 6 additions and 0 deletions
  1. 5
    0
      Makefile.am
  2. 1
    0
      configure.ac

+ 5
- 0
Makefile.am View File

@@ -44,6 +44,11 @@ install-data-hook: uninstall-hook
$(MKDIR) $(DESTDIR)$(DATADIR)
cp -prf espeak-data/* $(DESTDIR)$(DATADIR)

install-exec-hook:
cd $(DESTDIR)$(BINDIR) && rm -f espeak && $(LN_S) espeak-ng espeak
cd $(DESTDIR)$(BINDIR) && rm -f speak && $(LN_S) speak-ng speak
cd $(DESTDIR)$(LIBDIR) && rm -f libespeak.la && $(LN_S) libespeak-ng.la libespeak.la

clean-local:
cd src && rm -f *.o *~ && cd ..


+ 1
- 0
configure.ac View File

@@ -17,6 +17,7 @@ dnl ================================================================
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_LIBTOOL
AC_PROG_LN_S

dnl ================================================================
dnl C99 compiler checks.

Loading…
Cancel
Save