Browse Source

autotools: Remove unused variables from the makefile.

master
Reece H. Dunn 12 years ago
parent
commit
7d2a2324e8
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      Makefile.am

+ 0
- 5
Makefile.am View File

@@ -6,13 +6,8 @@ INCDIR=@includedir@/espeak
LIBDIR=@libdir@
DATADIR=$(PREFIX)/share/espeak-data

RELEASE=1.47
LIB_VERSION=1
LIBTAG=$(LIB_VERSION).$(RELEASE)
SHARED_VERSION=2:47:1 # = *.so.1.1.47

INSTALL=install
LN_SF=/bin/ln -sf
MKDIR=mkdir -p

AM_CXXFLAGS = -Wall

Loading…
Cancel
Save