mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
fix spelling, Everyone do not forget to thank Mike for all his hard work.. he need sleep now. ;) ./applications/mod_enum/Makefile
./asr_tts/mod_cepstral/Makefile ./asr_tts/mod_lumenvox/Makefile ./codecs/mod_amr/Makefile ./codecs/mod_g711/Makefile ./codecs/mod_g722/Makefile ./codecs/mod_g723_1/Makefile ./codecs/mod_g726/Makefile ./codecs/mod_g729/Makefile ./codecs/mod_gsm/Makefile ./codecs/mod_ilbc/Makefile ./codecs/mod_lpc10/Makefile ./codecs/mod_speex/Makefile ./directories/mod_ldap/Makefile ./endpoints/mod_dingaling/Makefile ./endpoints/mod_iax/Makefile ./endpoints/mod_portaudio/Makefile ./endpoints/mod_sofia/Makefile ./endpoints/mod_wanpipe/Makefile ./event_handlers/mod_cdr/Makefile ./event_handlers/mod_xmpp_event/Makefile ./event_handlers/mod_zeroconf/Makefile ./formats/mod_shout/Makefile ./formats/mod_sndfile/Makefile ./languages/mod_mono/Makefile ./languages/mod_perl/Makefile ./languages/mod_python/Makefile ./languages/mod_spidermonkey/Makefile ./languages/mod_spidermonkey_core_db/Makefile ./languages/mod_spidermonkey_etpan/Makefile ./languages/mod_spidermonkey_odbc/Makefile ./languages/mod_spidermonkey_skel/Makefile ./languages/mod_spidermonkey_teletone/Makefile ./xml_int/mod_xml_curl/Makefile ./xml_int/mod_xml_rpc/Makefile git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4564 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# define these targets in your makefile if you wish
|
||||
# local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
|
||||
|
||||
# and define these variables to imapact your build
|
||||
# and define these variables to impact your build
|
||||
LOCAL_CFLAGS=-I$(BASE)/libs/codec/g7xx/src/include
|
||||
LOCAL_LDFLAGS=
|
||||
LOCAL_OBJS=
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# define these targets in your makefile if you wish
|
||||
# local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
|
||||
|
||||
# and define these variables to imapact your build
|
||||
# and define these variables to impact your build
|
||||
LOCAL_CFLAGS=-I$(BASE)/libs/codec/g7xx/src/include/
|
||||
LOCAL_LDFLAGS=$(BASE)/libs/codec/g7xx/libg7xx.la
|
||||
LOCAL_OBJS=
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# define these targets in your makefile if you wish
|
||||
# local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
|
||||
|
||||
# and define these variables to imapact your build
|
||||
# and define these variables to impact your build
|
||||
LOCAL_CFLAGS=-I$(BASE)/libs/codec/g726/src
|
||||
LOCAL_LDFLAGS=
|
||||
LOCAL_OBJS=$(BASE)/libs/codec/g726/libg726.la
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# define these targets in your makefile if you wish
|
||||
# local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
|
||||
|
||||
# and define these variables to imapact your build
|
||||
# and define these variables to impact your build
|
||||
LOCAL_CFLAGS=-I$(BASE)/libs/codec/gsm/inc
|
||||
LOCAL_LDFLAGS=$(BASE)/libs/codec/gsm/libgsm.la
|
||||
LOCAL_OBJS=
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# define these targets in your makefile if you wish
|
||||
# local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
|
||||
|
||||
# and define these variables to imapact your build
|
||||
# and define these variables to impact your build
|
||||
LOCAL_CFLAGS=-I$(BASE)/libs/codec/ilbc/src
|
||||
LOCAL_LDFLAGS=$(BASE)/libs/codec/ilbc/libilbc.la
|
||||
LOCAL_OBJS=
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# define these targets in your makefile if you wish
|
||||
# local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
|
||||
|
||||
# and define these variables to imapact your build
|
||||
# and define these variables to impact your build
|
||||
LOCAL_CFLAGS=-I$(BASE)/libs/codec/lpc10/src
|
||||
LOCAL_LDFLAGS=$(BASE)/libs/codec/lpc10/liblpc10.la
|
||||
LOCAL_OBJS=
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# define these targets in your makefile if you wish
|
||||
# local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
|
||||
|
||||
# and define these variables to imapact your build
|
||||
# and define these variables to impact your build
|
||||
LOCAL_CFLAGS=-I$(BASE)/libs/speex/include
|
||||
LOCAL_LDFLAGS=$(BASE)/libs/speex/libspeex/libspeex.la
|
||||
LOCAL_OBJS=
|
||||
|
Reference in New Issue
Block a user