diff --git a/Makefile.am b/Makefile.am index 549e17afa6..058f992af8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/Makefile.in b/Makefile.in index 86d63d32be..51ebb0bd9d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/docs/Doxygen.conf b/docs/Doxygen.conf index 650b789f34..3dff19a06c 100644 --- a/docs/Doxygen.conf +++ b/docs/Doxygen.conf @@ -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 diff --git a/src/include/switch_core.h b/src/include/switch_core.h index abf6b924e7..f2e891ce8a 100644 --- a/src/include/switch_core.h +++ b/src/include/switch_core.h @@ -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 ///\{ /*!