summaryrefslogtreecommitdiffstats
path: root/sesman/Makefile
diff options
context:
space:
mode:
authorilsimo <ilsimo>2005-10-09 19:57:16 +0000
committerilsimo <ilsimo>2005-10-09 19:57:16 +0000
commitb2e120e688a3c9e091a01b720f7766d2a40ac39d (patch)
tree4bd3e1c7394df6e9c1d4829ff445fd63fcff29d1 /sesman/Makefile
parent2fa674469f185d4bbdd8ab8d5b5dd5103b7d6f6b (diff)
downloadxrdp-proprietary-b2e120e688a3c9e091a01b720f7766d2a40ac39d.tar.gz
xrdp-proprietary-b2e120e688a3c9e091a01b720f7766d2a40ac39d.zip
fixing some typos in Makefiles
Diffstat (limited to 'sesman/Makefile')
-rw-r--r--sesman/Makefile2
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