diff options
author | ilsimo <ilsimo> | 2005-10-09 19:57:16 +0000 |
---|---|---|
committer | ilsimo <ilsimo> | 2005-10-09 19:57:16 +0000 |
commit | b2e120e688a3c9e091a01b720f7766d2a40ac39d (patch) | |
tree | 4bd3e1c7394df6e9c1d4829ff445fd63fcff29d1 /sesman/Makefile | |
parent | 2fa674469f185d4bbdd8ab8d5b5dd5103b7d6f6b (diff) | |
download | xrdp-proprietary-b2e120e688a3c9e091a01b720f7766d2a40ac39d.tar.gz xrdp-proprietary-b2e120e688a3c9e091a01b720f7766d2a40ac39d.zip |
fixing some typos in Makefiles
Diffstat (limited to 'sesman/Makefile')
-rw-r--r-- | sesman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/Makefile b/sesman/Makefile index 4be042e2..ffd9623d 100644 --- a/sesman/Makefile +++ b/sesman/Makefile @@ -15,7 +15,7 @@ CFLAGS = -Wall -O2 -I../common LDFLAGS = -L /usr/gnu/lib CC = gcc -all: nopam tools +all: pam tools nopam: $(SESMANOBJ) verify_user.o $(CC) $(LDFLAGS) -o sesman $(SESMANOBJ) verify_user.o -ldl -lcrypt |