- fix library directories

- build without root permissions
This commit is contained in:
Karsten Keil 2008-08-31 11:12:24 +00:00
parent 561ed877ea
commit 9e46023ea7
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ if [ ! -x $PLAY ]; then # try aplay (from alsautils) instead
# if anyone has a better suggestion,
# send email to isdnutils@packages.debian.org!
# thankfully, aplay understands '-' to mean stdin
DOPLAY="$PLAY -q -u -"
DOPLAY="$PLAY -q -"
fi
fi
if [ ! -x $PLAY ]; then # use play (from sox) instead

View File

@ -7,7 +7,7 @@ LOCAL_LIBRARIES = XawClientLibs
OBJS = xmonisdn.o Net.o
HEADERS = NetP.h Net.h
INSTPGMFLAGS = -m 0755 -s
INSTPGMFLAGS = -m 0755
ComplexProgramTarget(xmonisdn)