diff options
author | jsorg71 <jsorg71> | 2007-05-14 04:56:10 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2007-05-14 04:56:10 +0000 |
commit | 5c42176fbd3ac9392836a0e0466f97dea64ec1b5 (patch) | |
tree | 2a49bfe950c9a9e0beb16fe611e788d452947776 | |
parent | 195c29895f5674f4845c6c3fdeaae72bac570a89 (diff) | |
download | xrdp-proprietary-5c42176fbd3ac9392836a0e0466f97dea64ec1b5.tar.gz xrdp-proprietary-5c42176fbd3ac9392836a0e0466f97dea64ec1b5.zip |
removed name conflict
-rw-r--r-- | sesman/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sesman/Makefile b/sesman/Makefile index 8a8915c2..2764264c 100644 --- a/sesman/Makefile +++ b/sesman/Makefile @@ -23,11 +23,11 @@ LDFLAGS = -L /usr/gnu/lib -I/usr/include/nptl -L/usr/lib/nptl -lpthread -ldl -Wl C_OS_FLAGS = $(CFLAGS) -c CC = gcc -all: libscp pam tools +all: libscp_ pam tools -nopam: libscp no-pam tools +nopam: libscp_ no-pam tools -kerberos: libscp kerberos-base tools +kerberos: libscp_ kerberos-base tools no-pam: $(SESMANOBJ) verify_user.o make -C libscp @@ -48,7 +48,7 @@ sessvc: $(SESSVCOBJ) tools: sessvc make -C tools -libscp: +libscp_: make -C libscp clean: |