diff options
Diffstat (limited to 'malloc')
-rwxr-xr-x | malloc/memusage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/memusage.sh b/malloc/memusage.sh index 70595e8b78..1268f8879a 100755 --- a/malloc/memusage.sh +++ b/malloc/memusage.sh @@ -18,7 +18,7 @@ # write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. -memusageso=@LIBDIR@/libmemusage.so +memusageso=@SLIBDIR@/libmemusage.so memusagestat=@BINDIR@/memusagestat # Print usage message. |