freeswitch/libs/libdingaling
Michael Jerris 44649c70b4 Add magic comments for emacs and vi in source and header files to properly format and display tabs vs. spaces in those editors:
/* For Emacs:
 * Local Variables:
 * mode:c
 * indent-tabs-mode:nil
 * tab-width:4
 * c-basic-offset:4
 * End:
 * For VIM:
 * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
 */


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3462 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-11-27 22:30:48 +00:00
..
docs Addition of libdingaling and mod_dingaling to enable jingle support 2006-03-31 19:38:09 +00:00
src Add magic comments for emacs and vi in source and header files to properly format and display tabs vs. spaces in those editors: 2006-11-27 22:30:48 +00:00
.update update 2006-11-16 16:10:39 +00:00
AUTHORS Addition of libdingaling and mod_dingaling to enable jingle support 2006-03-31 19:38:09 +00:00
COPYING Addition of libdingaling and mod_dingaling to enable jingle support 2006-03-31 19:38:09 +00:00
ChangeLog Addition of libdingaling and mod_dingaling to enable jingle support 2006-03-31 19:38:09 +00:00
INSTALL remove hardcoded make name 2006-09-30 07:33:44 +00:00
Makefile.am Christmas Presence 2006-10-18 22:57:35 +00:00
Makefile.in fix sillyness 2006-10-24 01:29:04 +00:00
NEWS Addition of libdingaling and mod_dingaling to enable jingle support 2006-03-31 19:38:09 +00:00
README Addition of libdingaling and mod_dingaling to enable jingle support 2006-03-31 19:38:09 +00:00
aclocal.m4 fix sillyness 2006-10-24 01:29:04 +00:00
compile Addition of libdingaling and mod_dingaling to enable jingle support 2006-03-31 19:38:09 +00:00
config.guess remove hardcoded make name 2006-09-30 07:33:44 +00:00
config.sub remove hardcoded make name 2006-09-30 07:33:44 +00:00
configure fix sillyness 2006-10-24 01:29:04 +00:00
configure.in Christmas Presence 2006-10-18 22:57:35 +00:00
depcomp remove hardcoded make name 2006-09-30 07:33:44 +00:00
doc Addition of libdingaling and mod_dingaling to enable jingle support 2006-03-31 19:38:09 +00:00
install-sh remove hardcoded make name 2006-09-30 07:33:44 +00:00
libdingaling.vcproj add new sha1 code on windows build. 2006-10-19 01:21:43 +00:00
ltmain.sh remove hardcoded make name 2006-09-30 07:33:44 +00:00
missing remove hardcoded make name 2006-09-30 07:33:44 +00:00
mkinstalldirs remove hardcoded make name 2006-09-30 07:33:44 +00:00

README

Install is common:

./configure --with-prefix=<desired prefix>
make
make install