diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-28 13:20:12 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-28 13:20:12 -0400 |
commit | a91710475294c66d0005bdaae0919d36ef8ce3d2 (patch) | |
tree | 78b01f0610b9e49ab0047b82fad7fd0c5728d95c /Makeconfig | |
parent | d0478f0c813861837659bd41888100e2b2c5bf8c (diff) | |
download | glibc-a91710475294c66d0005bdaae0919d36ef8ce3d2.zip glibc-a91710475294c66d0005bdaae0919d36ef8ce3d2.tar.gz glibc-a91710475294c66d0005bdaae0919d36ef8ce3d2.tar.bz2 |
Add sotruss program
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -278,6 +278,12 @@ infodir = $(prefix)/info endif inst_infodir = $(install_root)$(infodir) +# Where to install audit libraries. +ifndef auditdir +auditdir = $(libdir)/audit +endif +inst_auditdir = $(install_root)$(auditdir) + # Where to install default configuration files. These include the local # timezone specification and network data base files. ifndef sysconfdir |