From: Michael Jerris Date: Fri, 25 Jan 2008 15:17:48 +0000 (+0000) Subject: remove the build stubs for the exe's and the ogg dependency as we don't use them X-Git-Tag: v1.0-rc1~566 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db3d1e13583c64be677229c81fdb348ce2d36866;p=thirdparty%2Ffreeswitch.git remove the build stubs for the exe's and the ogg dependency as we don't use them git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7352 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/speex/libspeex/Makefile.am b/libs/speex/libspeex/Makefile.am index a784002347..0972172e65 100644 --- a/libs/speex/libspeex/Makefile.am +++ b/libs/speex/libspeex/Makefile.am @@ -4,7 +4,7 @@ EXTRA_DIST=testenc.c testenc_wb.c testenc_uwb.c testdenoise.c testecho.c -INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) @OGG_CFLAGS@ +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) lib_LTLIBRARIES = libspeex.la