mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-05 12:41:38 +00:00
Merge pull request #157 in FS/freeswitch from bugfix/FS-7122-several-libs-do-not-have-the-subdirs to master
* commit '16f7177c3d9ac4c3932d45e125498a1b5495dce6': resolve an automake warning about subdirs on latest automake
This commit is contained in:
commit
91758c6334
@ -1 +1 @@
|
|||||||
Wed Jan 7 17:18:14 CST 2015
|
Wed Jan 7 11:24:56 PST 2015
|
||||||
|
@ -76,7 +76,7 @@ check_nta_SOURCES = check_nta.c check_nta.h \
|
|||||||
check_nta_LDADD = ${LDADD} @CHECK_LIBS@
|
check_nta_LDADD = ${LDADD} @CHECK_LIBS@
|
||||||
|
|
||||||
else
|
else
|
||||||
check_nta_SOURCES = $(top_srcdir)/s2check/exit77.c
|
check_nta_SOURCES = exit77.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
|
@ -30,7 +30,7 @@ libs2_a_SOURCES = s2check.h s2tcase.c \
|
|||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
# Install and distribution rules
|
# Install and distribution rules
|
||||||
|
|
||||||
EXTRA_DIST = exit77.c
|
EXTRA_DIST =
|
||||||
|
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
# Tests
|
# Tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user