ok mike here ya go
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2513 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
37c9bd44fe
commit
cab31d8914
|
@ -9,6 +9,6 @@ libg7xx_la_CFLAGS = $(AM_CFLAGS)
|
|||
libg7xx_la_LDFLAGS =
|
||||
|
||||
library_includedir = $(prefix)/include/g7xx
|
||||
library_include_HEADERS = src/include/g722.h src/include/g711.h src/include/g726.h
|
||||
library_include_HEADERS = src/include/g7xx/g722.h src/include/g7xx/g711.h src/include/g7xx/g726.h
|
||||
|
||||
|
||||
|
|
|
@ -200,7 +200,7 @@ libg7xx_la_SOURCES = src/g711.c src/g722_decode.c src/g722_encode.c src/g726.c
|
|||
libg7xx_la_CFLAGS = $(AM_CFLAGS)
|
||||
libg7xx_la_LDFLAGS =
|
||||
library_includedir = $(prefix)/include/g7xx
|
||||
library_include_HEADERS = src/include/g722.h src/include/g711.h src/include/g726.h
|
||||
library_include_HEADERS = src/include/g7xx/g722.h src/include/g7xx/g711.h src/include/g7xx/g726.h
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
|
@ -406,7 +406,7 @@ distclean-tags:
|
|||
distdir: $(DISTFILES)
|
||||
$(am__remove_distdir)
|
||||
mkdir $(distdir)
|
||||
$(mkdir_p) $(distdir)/src/include
|
||||
$(mkdir_p) $(distdir)/src/include/g7xx
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
||||
list='$(DISTFILES)'; for file in $$list; do \
|
||||
|
|
Loading…
Reference in New Issue