diff options
author | Brad Kittenbrink <brad@lindenlab.com> | 2009-06-18 23:42:51 +0000 |
---|---|---|
committer | Brad Kittenbrink <brad@lindenlab.com> | 2009-06-18 23:42:51 +0000 |
commit | 8a8edfd98c7fced23f4c1f8dd5e4f65e1cadfce8 (patch) | |
tree | d1794328a83a4e72482fa15d2ad9ee102f8249ea /indra | |
parent | ad40d64b0e421a6ab9546f1c721117a3bff754cb (diff) |
First pieces of event host module (DEV-31978).
Basically implements the spec nat decribed in the jira.
Test coverage isn't yet complete though.
mostly paired with nat.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/viewer_components/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/viewer_components/CMakeLists.txt b/indra/viewer_components/CMakeLists.txt index d5eea0d0b0..60b459b78a 100644 --- a/indra/viewer_components/CMakeLists.txt +++ b/indra/viewer_components/CMakeLists.txt @@ -1 +1,2 @@ add_subdirectory(login) +add_subdirectory(eventhost) |