diff options
author | Joe George <joe@zeroc.com> | 2015-02-11 16:24:45 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2015-02-11 16:24:45 -0500 |
commit | e48ae67a204ee98ee561ebc49c8ee3f57c61a376 (patch) | |
tree | 6325d8fe31bbc6d54a8f50addf3f88bb9e95d851 /cpp | |
parent | ICE-5774 - test Sequences of dictionaries, dictionaries with sequences as values (diff) | |
download | ice-e48ae67a204ee98ee561ebc49c8ee3f57c61a376.tar.bz2 ice-e48ae67a204ee98ee561ebc49c8ee3f57c61a376.tar.xz ice-e48ae67a204ee98ee561ebc49c8ee3f57c61a376.zip |
Fix cpp makefile to actually build IceLocatorDiscovery
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Makefile b/cpp/src/Makefile index b062138b6c7..2303823e488 100644 --- a/cpp/src/Makefile +++ b/cpp/src/Makefile @@ -43,6 +43,7 @@ endif IceXML \ IceSSL \ IceDiscovery \ + IceLocatorDiscovery \ Freeze \ FreezeScript \ IceBox \ @@ -80,7 +81,7 @@ Glacier2 IceGridLib Glacier2CryptPermissionsVerifier: Glacier2Lib IcePatch2: IcePatch2Lib -IceStorm: IceBox IceStormLib IceGridLib Glacier2Lib Freeze +IceStorm: IceBox IceStormLib IceGridLib Glacier2Lib Freeze IceGrid: IceGridLib IceStorm IcePatch2Lib Freeze IceSSL IceBox IceXML |