From db3d1e13583c64be677229c81fdb348ce2d36866 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Fri, 25 Jan 2008 15:17:48 +0000 Subject: [PATCH] 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 --- libs/speex/libspeex/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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