diff options
author | Micael Karlberg <[email protected]> | 2011-12-15 11:54:58 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-02-03 18:22:03 +0100 |
commit | 411da4a989320ba7f7b775e696b94df4c6b13c59 (patch) | |
tree | 4894f7a4bdff51ff42348e2ff3703919dc74f462 /lib/inets/src/inets_app/Makefile | |
parent | c09e8f7c1b7f77ba083d71b13dc02f599a1c1481 (diff) | |
download | otp-411da4a989320ba7f7b775e696b94df4c6b13c59.tar.gz otp-411da4a989320ba7f7b775e696b94df4c6b13c59.tar.bz2 otp-411da4a989320ba7f7b775e696b94df4c6b13c59.zip |
[inets] Moved (dbg) trace utility functions to own module (inets_trace)
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 d99e33b4ea..6da6a1d79f 100644 --- a/lib/inets/src/inets_app/Makefile +++ b/lib/inets/src/inets_app/Makefile @@ -46,7 +46,8 @@ MODULES = \ inets_service \ inets_app \ inets_sup \ - inets_regexp + inets_regexp \ + inets_trace INTERNAL_HRL_FILES = inets_internal.hrl EXTERNAL_HRL_FILES = ../../include/httpd.hrl \ |