diff options
author | Brent Eagles <brent@zeroc.com> | 2006-06-16 16:26:17 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-06-16 16:26:17 +0000 |
commit | de71193ddc398251eb9efd231866534214534758 (patch) | |
tree | ddc78c2c9a78fb8f9ecb1fb3d59c251203c4fe84 /cpp | |
parent | Put byte sequence size back to waht it was before (diff) | |
download | ice-de71193ddc398251eb9efd231866534214534758.tar.bz2 ice-de71193ddc398251eb9efd231866534214534758.tar.xz ice-de71193ddc398251eb9efd231866534214534758.zip |
added install for the ca stuff
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 cb23f84b9ab..ebec27a9331 100644 --- a/cpp/src/Makefile +++ b/cpp/src/Makefile @@ -33,7 +33,8 @@ SUBDIRS = IceUtil \ IceStorm \ Glacier2 \ IcePatch2 \ - IceGrid + IceGrid \ + ca $(EVERYTHING):: @for subdir in $(SUBDIRS); \ |