diff options
author | Anders Svensson <[email protected]> | 2014-03-29 18:34:38 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2014-03-29 19:20:45 +0100 |
commit | 5ca206af45b3195233991dfe820e9fb636800a33 (patch) | |
tree | cad0095bc906fd4e7aa6272e98fd017a2b91469b /lib/diameter/src/modules.mk | |
parent | c23b242d0d634d10b03412c19768d381906578ab (diff) | |
download | otp-5ca206af45b3195233991dfe820e9fb636800a33.tar.gz otp-5ca206af45b3195233991dfe820e9fb636800a33.tar.bz2 otp-5ca206af45b3195233991dfe820e9fb636800a33.zip |
Move info modules into own subdirectory
Possibly overkill for two modules but it mirrors their different
treatment by the makefile.
Diffstat (limited to 'lib/diameter/src/modules.mk')
-rw-r--r-- | lib/diameter/src/modules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/diameter/src/modules.mk b/lib/diameter/src/modules.mk index 9f9b6d3308..a2a7a51892 100644 --- a/lib/diameter/src/modules.mk +++ b/lib/diameter/src/modules.mk @@ -73,8 +73,8 @@ CT_MODULES = \ # Info/debug modules, also not included in the app file. INFO_MODULES = \ - base/diameter_dbg \ - base/diameter_info + info/diameter_dbg \ + info/diameter_info # Released hrl files in ../include intended for public consumption. EXTERNAL_HRLS = \ |