diff options
author | Ingela Anderton Andin <[email protected]> | 2016-05-02 12:19:37 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-05-03 10:05:09 +0200 |
commit | 7fbcbf4d1f2c81d44a5c6a4889c98f32cd4505ae (patch) | |
tree | 154617ffb545f68bfb4644d8582429e983f82f1c /lib/inets/src/inets_app/Makefile | |
parent | fea24ae8d37b33e97ef1897d0d3b6cdb2338c051 (diff) | |
download | otp-7fbcbf4d1f2c81d44a5c6a4889c98f32cd4505ae.tar.gz otp-7fbcbf4d1f2c81d44a5c6a4889c98f32cd4505ae.tar.bz2 otp-7fbcbf4d1f2c81d44a5c6a4889c98f32cd4505ae.zip |
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).
Diffstat (limited to 'lib/inets/src/inets_app/Makefile')
-rw-r--r-- | lib/inets/src/inets_app/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |