From 7fbcbf4d1f2c81d44a5c6a4889c98f32cd4505ae Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Mon, 2 May 2016 12:19:37 +0200 Subject: inets: Put back inets_regexp module in OTP 18 Put back unused module inets_regexp and remove it in OTP 19 instead as it is an incompatibility, although it is an undocumented module and should not affect other applications (the world is not perfect). --- lib/inets/src/inets_app/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/inets/src/inets_app/Makefile') diff --git a/lib/inets/src/inets_app/Makefile b/lib/inets/src/inets_app/Makefile index 0a4b625b6a..7f51676dc5 100644 --- a/lib/inets/src/inets_app/Makefile +++ b/lib/inets/src/inets_app/Makefile @@ -49,7 +49,8 @@ MODULES = \ inets_sup \ inets_trace \ inets_lib \ - inets_time_compat + inets_time_compat \ + inets_regexp INTERNAL_HRL_FILES = inets_internal.hrl EXTERNAL_HRL_FILES = ../../include/httpd.hrl \ -- cgit v1.2.3