diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-03-10 00:16:52 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-03-10 00:16:52 +0000 |
commit | 22f7bca20fd2fe6ff4ec9766402db21d545563e2 (patch) | |
tree | 8d8a8e0e1558a9daf09569a730f197ebd2ed0038 /cpp | |
parent | makedist now removes install directory (diff) | |
download | ice-22f7bca20fd2fe6ff4ec9766402db21d545563e2.tar.bz2 ice-22f7bca20fd2fe6ff4ec9766402db21d545563e2.tar.xz ice-22f7bca20fd2fe6ff4ec9766402db21d545563e2.zip |
Fix to get the demos to compile with the binary distribution
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/Make.rules.Darwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/Make.rules.Darwin b/cpp/config/Make.rules.Darwin index 51404807a78..7e7628722c3 100644 --- a/cpp/config/Make.rules.Darwin +++ b/cpp/config/Make.rules.Darwin @@ -26,7 +26,7 @@ endif # CXXLIBS = -LDPLATFORMFLAGS = -Wl,-executable_path,$(top_srcdir)/bin +LDPLATFORMFLAGS = -Wl,-executable_path,$(bindir) shlibldflags = $(CXXFLAGS) -L$(libdir) |