Added g711 to libg72x

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2435 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2006-08-29 22:58:49 +00:00
parent 7be5486677
commit 340f7b2b6b
1 changed files with 3 additions and 2 deletions

View File

@ -13,13 +13,14 @@ libg726_la_SOURCES = src/g726_16.c \
src/g726_24.c \
src/g726_32.c \
src/g726_40.c \
src/g72x.c
src/g72x.c \
src/g711.c
libg726_la_CFLAGS = $(AM_CFLAGS)
libg726_la_LDFLAGS =
library_includedir = $(prefix)/include
library_include_HEADERS = src/g72x.h src/private.h
library_include_HEADERS = src/g72x.h src/private.h src/g711.h