]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 5 Jan 2006 21:34:51 +0000 (21:34 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 5 Jan 2006 21:34:51 +0000 (21:34 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@282 d0543943-73ff-0310-b7d9-9358b9ac24b2

Makefile.am
Makefile.in
docs/Doxygen.conf
src/include/switch_core.h

index 549e17afa6afa43f50ebab52ba5de2c1209583b0..058f992af85b4de71e68063d84e88792ab332c57 100644 (file)
@@ -107,6 +107,7 @@ depends:
        ./buildlib.sh . install libresample-0.1.3.tgz --prefix=$(PREFIX)
        cp libs/libresample-0.1.3/*.a $(PREFIX)/lib
        cp libs/libresample-0.1.3/include/* $(PREFIX)/include
+       ranlib $(PREFIX)/lib/libresample.a
 
 modules: $(NAME)
        @echo making modules
index 86d63d32be979072eb72906b4f305d7e9c275e8f..51ebb0bd9d5fb5717a21635a1264f0130e7c216b 100644 (file)
@@ -970,6 +970,7 @@ depends:
        ./buildlib.sh . install libresample-0.1.3.tgz --prefix=$(PREFIX)
        cp libs/libresample-0.1.3/*.a $(PREFIX)/lib
        cp libs/libresample-0.1.3/include/* $(PREFIX)/include
+       ranlib $(PREFIX)/lib/libresample.a
 
 modules: $(NAME)
        @echo making modules
index 650b789f348b160e775001b8b428cc18cf279d48..3dff19a06ccc5478b8351de807299cf5e51f5dc3 100644 (file)
@@ -237,12 +237,12 @@ PERL_PATH              = /usr/bin/perl
 #---------------------------------------------------------------------------
 CLASS_DIAGRAMS         = YES
 HIDE_UNDOC_RELATIONS   = YES
-HAVE_DOT               = NO
+HAVE_DOT               = YES
 CLASS_GRAPH            = YES
 COLLABORATION_GRAPH    = YES
 GROUP_GRAPHS           = YES
 UML_LOOK               = NO
-TEMPLATE_RELATIONS     = NO
+TEMPLATE_RELATIONS     = YES
 INCLUDE_GRAPH          = YES
 INCLUDED_BY_GRAPH      = YES
 CALL_GRAPH             = NO
index abf6b924e7667c1862a1c202fa28bf3714475012..f2e891ce8afcae6307f9e524796987ccb0fcbd20 100644 (file)
@@ -566,7 +566,7 @@ SWITCH_DECLARE(switch_status) switch_core_session_set_read_codec(switch_core_ses
 SWITCH_DECLARE(switch_status) switch_core_session_set_write_codec(switch_core_session *session, switch_codec *codec);
 ///\}
 
-///\defgroup db Databse Functions
+///\defgroup db Database Functions
 ///\ingroup core1
 ///\{
 /*!