]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove uuid lib from base core build and cleanup recursive dependencies
authorMichael Jerris <mike@jerris.com>
Mon, 28 Dec 2009 16:01:48 +0000 (16:01 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 28 Dec 2009 16:01:48 +0000 (16:01 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16059 d0543943-73ff-0310-b7d9-9358b9ac24b2

Makefile.am

index 261787240ae3628eb8d895e34463a155a36c65a9..cd4054a5df6cf815a63092ecc6f7e35988e37866 100644 (file)
@@ -123,16 +123,7 @@ libs/miniupnpc/upnpcommands.c\
 libs/miniupnpc/minissdpc.c \
 libs/miniupnpc/upnperrors.c \
 libs/libnatpmp/natpmp.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
+libs/libnatpmp/getgateway.c
 
 $(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'
 #     (which will cause the Makefiles to be regenerated when you run `make');
 # (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'; \
        for f in x $$MAKEFLAGS; do \
          case $$f in \