From 67224e3c720904c17050c366d4f746ceeffb9049 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin <jean-marc.valin@octasic.com> Date: Thu, 8 Jul 2010 11:25:43 -0400 Subject: [PATCH] autotools details --- Makefile.am | 1 - autogen.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 445c64797..5b2c7882e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,5 @@ #AM_CFLAGS = -Isrc -Iinterface -fPIC -Wall -O3 -AUTOMAKE_OPTS = gnu NAME = libSKP_SILK_SDK AM_CPPFLAGS = $(AM_CFLAGS) diff --git a/autogen.sh b/autogen.sh index 40fbb2d16..68c414e73 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,7 +2,7 @@ # Run this to set up the build system: configure, makefiles, etc. # (based on the version in enlightenment's cvs) -package="celt" +package="silk" olddir=`pwd` srcdir=`dirname $0` -- GitLab