sigh... jeff if you're watching can you update the windows build please.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16547 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2010-02-02 04:59:35 +00:00
parent ef2d712473
commit 61c791e57e
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
BASE=../../../..
CELT=celt-0.7.0-1
CELT=celt-0.7.1
CELT_DIR=$(switch_srcdir)/libs/$(CELT)
CELT_BUILDDIR=$(switch_builddir)/libs/$(CELT)
LOCAL_CFLAGS=-I$(CELT_DIR)/libcelt
CELT_LA=$(CELT_BUILDDIR)/libcelt/.libs/libcelt.la
CELT_LA=$(CELT_BUILDDIR)/libcelt/.libs/libcelt0.la
LOCAL_LIBADD=$(CELT_LA)
include $(BASE)/build/modmake.rules