From 0edf1df8783b8b8d407f972666a7108c2bbee220 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sat, 15 Nov 2014 21:44:00 +0100 Subject: uuid: generate UUID internally in module --- mk/modules.mk | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'mk/modules.mk') diff --git a/mk/modules.mk b/mk/modules.mk index ae1d12a..aad0690 100644 --- a/mk/modules.mk +++ b/mk/modules.mk @@ -38,7 +38,6 @@ # USE_SRTP Secure RTP module using libre # USE_STDIO stdio input driver # USE_SYSLOG Syslog module -# USE_UUID UUID module # USE_V4L Video4Linux module # USE_V4L2 Video4Linux2 module # USE_WINWAVE Windows audio driver @@ -154,7 +153,6 @@ USE_LIBSRTP := $(shell [ -f $(SYSROOT)/include/srtp/srtp.h ] || \ USE_SYSLOG := $(shell [ -f $(SYSROOT)/include/syslog.h ] || \ [ -f $(SYSROOT_ALT)/include/syslog.h ] || \ [ -f $(SYSROOT)/local/include/syslog.h ] && echo "yes") -USE_UUID := $(shell [ -f $(SYSROOT)/include/uuid/uuid.h ] && echo "yes") USE_V4L := $(shell [ -f $(SYSROOT)/include/libv4l1.h ] || \ [ -f $(SYSROOT)/local/include/libv4l1.h ] \ && echo "yes") @@ -221,6 +219,8 @@ MODULES += stun turn ice natbd auloop presence MODULES += menu contact vumeter mwi account natpmp httpd MODULES += selftest MODULES += srtp +MODULES += uuid + ifneq ($(HAVE_PTHREAD),) MODULES += aubridge endif @@ -353,9 +353,6 @@ endif ifneq ($(USE_SYSLOG),) MODULES += syslog endif -ifneq ($(USE_UUID),) -MODULES += uuid -endif ifneq ($(USE_V4L),) MODULES += v4l endif -- cgit v1.2.3