提交 ba8e3e8c authored 作者: Michael Jerris's avatar Michael Jerris

remove uuid lib from base core build and cleanup recursive dependencies

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16059 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 c2ca5f9a
...@@ -123,16 +123,7 @@ libs/miniupnpc/upnpcommands.c\ ...@@ -123,16 +123,7 @@ libs/miniupnpc/upnpcommands.c\
libs/miniupnpc/minissdpc.c \ libs/miniupnpc/minissdpc.c \
libs/miniupnpc/upnperrors.c \ libs/miniupnpc/upnperrors.c \
libs/libnatpmp/natpmp.c \ libs/libnatpmp/natpmp.c \
libs/libnatpmp/getgateway.c \ libs/libnatpmp/getgateway.c
libs/uuid/uuid.c \
libs/uuid/uuid_md5.c \
libs/uuid/uuid_sha1.c \
libs/uuid/uuid_prng.c \
libs/uuid/uuid_mac.c \
libs/uuid/uuid_time.c \
libs/uuid/uuid_ui64.c \
libs/uuid/uuid_ui128.c \
libs/uuid/uuid_str.c
$(top_builddir)/libfreeswitch_la-switch_console.lo: src/include/switch_version.h $(top_builddir)/libfreeswitch_la-switch_console.lo: src/include/switch_version.h
...@@ -143,7 +134,9 @@ $(top_builddir)/libfreeswitch_la-switch_console.lo: src/include/switch_version.h ...@@ -143,7 +134,9 @@ $(top_builddir)/libfreeswitch_la-switch_console.lo: src/include/switch_version.h
# (1) if the variable is set in `config.status', edit `config.status' # (1) if the variable is set in `config.status', edit `config.status'
# (which will cause the Makefiles to be regenerated when you run `make'); # (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line. # (2) otherwise, pass the desired values on the `make' command line.
$(RECURSIVE_TARGETS): $(bin_PROGRAMS) $(lib_LTLIBRARIES) all-recursive: libfreeswitch.la
clean-recusive: clean_core
$(RECURSIVE_TARGETS):
@failcom='exit 1'; \ @failcom='exit 1'; \
for f in x $$MAKEFLAGS; do \ for f in x $$MAKEFLAGS; do \
case $$f in \ case $$f in \
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论