]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
resolve an automake warning about subdirs on latest automake
authorWilliam King <william.king@quentustech.com>
Wed, 31 Dec 2014 19:52:06 +0000 (11:52 -0800)
committerWilliam King <william.king@quentustech.com>
Wed, 7 Jan 2015 19:30:41 +0000 (11:30 -0800)
The file 'libs/sofia-sip/s2check/exit77.c' was moved in order to
silence the warning and to keep the build working. There might be a
build problem that results from this file move, but after serveral
build tests I have not found one. The contents of the file are
specifically for the make check target, so I believe it would be
highly unlikely to cause problems with any production feature.

FS-7122 #resolve

libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/nta/Makefile.am
libs/sofia-sip/libsofia-sip-ua/nta/exit77.c [moved from libs/sofia-sip/s2check/exit77.c with 100% similarity]
libs/sofia-sip/s2check/Makefile.am

index cb4f5e11bc46f43663f9609ac5bf058dd485c1b2..3d6072b228ecd639c2a583095c4e1f2c9f01f2c4 100644 (file)
@@ -1 +1 @@
-Wed Jan  7 17:18:14 CST 2015
+Wed Jan  7 11:24:56 PST 2015
index 07ca4a440b68e5f03f0821a008ce74425aca9d76..9beb3bb1393acce79a1448010ffe01847d0ec06e 100644 (file)
@@ -76,7 +76,7 @@ check_nta_SOURCES =   check_nta.c check_nta.h \
 check_nta_LDADD =      ${LDADD} @CHECK_LIBS@
 
 else
-check_nta_SOURCES =    $(top_srcdir)/s2check/exit77.c
+check_nta_SOURCES =    exit77.c
 endif
 
 # ----------------------------------------------------------------------
index 179b13e3ba32ba9e3efc5045f07f2c4d5d021e97..ae4d7502b263a78d6548ffe0607b7d74bb0c2066 100644 (file)
@@ -30,7 +30,7 @@ libs2_a_SOURCES =     s2check.h s2tcase.c \
 # ----------------------------------------------------------------------
 # Install and distribution rules
 
-EXTRA_DIST =           exit77.c
+EXTRA_DIST =
 
 # ----------------------------------------------------------------------
 # Tests