Skip to content

Commit

Permalink
Re-gen.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed May 19, 2023
1 parent 779daed commit 4ba654c
Show file tree
Hide file tree
Showing 6 changed files with 1,003 additions and 19 deletions.
3 changes: 2 additions & 1 deletion configure
Expand Up @@ -14989,7 +14989,7 @@ else
fi


ac_config_files="$ac_config_files Makefile src/Makefile makeann/Makefile tests/Makefile extractaudio/Makefile libexecinfo/Makefile modules/Makefile modules/acct_csv/Makefile modules/acct_rtcp_hep/Makefile modules/catch_dtmf/Makefile modules/badmod/Makefile libxxHash/Makefile pertools/Makefile pertools/udp_contention/Makefile libucl/Makefile python/sippy_lite/sippy/Time/clock_dtime.py doc/Makefile"
ac_config_files="$ac_config_files Makefile src/Makefile makeann/Makefile tests/Makefile extractaudio/Makefile libexecinfo/Makefile modules/Makefile modules/acct_csv/Makefile modules/acct_rtcp_hep/Makefile modules/catch_dtmf/Makefile modules/badmod/Makefile libxxHash/Makefile modules/dtls_gw/Makefile pertools/Makefile pertools/udp_contention/Makefile libucl/Makefile python/sippy_lite/sippy/Time/clock_dtime.py doc/Makefile"



Expand Down Expand Up @@ -16094,6 +16094,7 @@ do
"modules/catch_dtmf/Makefile") CONFIG_FILES="$CONFIG_FILES modules/catch_dtmf/Makefile" ;;
"modules/badmod/Makefile") CONFIG_FILES="$CONFIG_FILES modules/badmod/Makefile" ;;
"libxxHash/Makefile") CONFIG_FILES="$CONFIG_FILES libxxHash/Makefile" ;;
"modules/dtls_gw/Makefile") CONFIG_FILES="$CONFIG_FILES modules/dtls_gw/Makefile" ;;
"pertools/Makefile") CONFIG_FILES="$CONFIG_FILES pertools/Makefile" ;;
"pertools/udp_contention/Makefile") CONFIG_FILES="$CONFIG_FILES pertools/udp_contention/Makefile" ;;
"libucl/Makefile") CONFIG_FILES="$CONFIG_FILES libucl/Makefile" ;;
Expand Down
5 changes: 3 additions & 2 deletions modules/Makefile.in
Expand Up @@ -87,6 +87,7 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
@BUILD_CRYPTO_TRUE@am__append_1 = dtls_gw
subdir = modules
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
Expand Down Expand Up @@ -155,7 +156,7 @@ am__define_uniq_tagged_files = \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | $(am__uniquify_input)`
DIST_SUBDIRS = $(SUBDIRS)
DIST_SUBDIRS = acct_csv acct_rtcp_hep catch_dtmf badmod dtls_gw
am__DIST_COMMON = $(srcdir)/Makefile.in
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
am__relativize = \
Expand Down Expand Up @@ -322,7 +323,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
SUBDIRS = acct_csv acct_rtcp_hep catch_dtmf badmod
SUBDIRS = acct_csv acct_rtcp_hep catch_dtmf badmod $(am__append_1)
all: all-recursive

.SUFFIXES:
Expand Down

0 comments on commit 4ba654c

Please sign in to comment.