[hydra-commits] hydra/slice.git branch "master" updated.
Commits to the Hydra project code repositories
hydra-commits at lists.digium.com
Thu Aug 5 15:57:01 CDT 2010
branch "master" has been updated
via 05570772776d94f9ae58a0a08004b58c21fec918 (commit)
from 789865a5ee6bd8f11ce9cdba4ec1600ab8ef9920 (commit)
Summary of changes:
core/CMakeLists.txt | 4 ++--
media/CMakeLists.txt | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 05570772776d94f9ae58a0a08004b58c21fec918
Author: Joshua Colp <jcolp at digium.com>
Date: Thu Aug 5 18:12:42 2010 -0300
Update build files for new filenames.
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
index c0ecd31..cc9b195 100644
--- a/core/CMakeLists.txt
+++ b/core/CMakeLists.txt
@@ -1,5 +1,5 @@
# Compile our service locator slice definition so we can then use it
-hydra_compile_slice(service_locator.ice lib "Slice Defined API" Core)
+hydra_compile_slice(ServiceLocatorI.ice lib "Slice Defined API" Core)
# Can't forget about events
-hydra_compile_slice(service_locator_events.ice lib "Slice Defined API" Core)
+hydra_compile_slice(ServiceLocatorEventsI.ice lib "Slice Defined API" Core)
diff --git a/media/CMakeLists.txt b/media/CMakeLists.txt
index d0b531e..d2091ea 100644
--- a/media/CMakeLists.txt
+++ b/media/CMakeLists.txt
@@ -1 +1 @@
-hydra_compile_slice(media.ice lib "Slice Defined API" Core)
+hydra_compile_slice(MediaI.ice lib "Slice Defined API" Core)
-----------------------------------------------------------------------
--
hydra/slice.git
More information about the asterisk-scf-commits
mailing list