diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-06-10 09:21:36 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-06-10 09:21:36 -0400 |
commit | 50c12db56b74eebcd4977aedf9824346f7ca7407 (patch) | |
tree | a320ab465778a7a343933a5322cba3431296bbe2 /cpp | |
parent | Fixes for Amzn & SLES and prevent hang of the IceGrid/admin test in case of f... (diff) | |
download | ice-50c12db56b74eebcd4977aedf9824346f7ca7407.tar.bz2 ice-50c12db56b74eebcd4977aedf9824346f7ca7407.tar.xz ice-50c12db56b74eebcd4977aedf9824346f7ca7407.zip |
Restored serveramd on Linux/OSX
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/Ice/servantLocator/Makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/servantLocator/Makefile.mk b/cpp/test/Ice/servantLocator/Makefile.mk index 4eaa7f33d5f..c0f23b06195 100644 --- a/cpp/test/Ice/servantLocator/Makefile.mk +++ b/cpp/test/Ice/servantLocator/Makefile.mk @@ -9,6 +9,6 @@ $(test)_client_sources = $(test-client-sources) ServantLocatorI.cpp $(test)_server_sources = $(test-server-sources) ServantLocatorI.cpp -$(test)_serveramd_sources = $(test-server-sources) ServantLocatorI.cpp +$(test)_serveramd_sources = $(test-serveramd-sources) ServantLocatorI.cpp -tests += $(test)
\ No newline at end of file +tests += $(test) |