diff options
author | Bernard Normier <bernard@zeroc.com> | 2008-01-09 11:47:58 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2008-01-09 11:47:58 -0500 |
commit | 60f782e2743b2e2a50135e019dfe005eb392f962 (patch) | |
tree | 5618abc49342e4d95eca39e1e5ca63e62938107a /cpp/src/slice2cppe | |
parent | Use mcpp instead of icecpp (diff) | |
download | ice-60f782e2743b2e2a50135e019dfe005eb392f962.tar.bz2 ice-60f782e2743b2e2a50135e019dfe005eb392f962.tar.xz ice-60f782e2743b2e2a50135e019dfe005eb392f962.zip |
MCPP_RPATH_LINK addition
Diffstat (limited to 'cpp/src/slice2cppe')
-rw-r--r-- | cpp/src/slice2cppe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cppe/Makefile b/cpp/src/slice2cppe/Makefile index fc4fd1b54c1..56d6adc242f 100644 --- a/cpp/src/slice2cppe/Makefile +++ b/cpp/src/slice2cppe/Makefile @@ -24,7 +24,7 @@ CPPFLAGS := -I. $(CPPFLAGS) $(NAME): $(OBJS) rm -f $@ - $(CXX) $(LDFLAGS) -o $@ $(OBJS) -lSlice $(BASELIBS) + $(CXX) $(LDFLAGS) -o $@ $(OBJS) -lSlice $(BASELIBS) $(MCPP_RPATH_LINK) install:: all $(INSTALL_PROGRAM) $(NAME) $(install_bindir) |