diff options
author | jsorg71 <jsorg71> | 2005-06-28 03:11:35 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2005-06-28 03:11:35 +0000 |
commit | 992dbfa7b3fa568ee480aa3fe3242084d33c518f (patch) | |
tree | c46af888c75e214fa2c1f18606c4d21ef83526e5 /sesman/Makefile | |
parent | 41df89c7f2da57650948967a78afa352a3dfc4b6 (diff) | |
download | xrdp-proprietary-992dbfa7b3fa568ee480aa3fe3242084d33c518f.tar.gz xrdp-proprietary-992dbfa7b3fa568ee480aa3fe3242084d33c518f.zip |
moved a bunch of files around
Diffstat (limited to 'sesman/Makefile')
-rw-r--r-- | sesman/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sesman/Makefile b/sesman/Makefile index d75f3e04..7ef8d3f9 100644 --- a/sesman/Makefile +++ b/sesman/Makefile @@ -3,7 +3,7 @@ # in verify_user.c #USE_PAM = "" -SESMANOBJ = sesman.o verify_user.o os_calls.o d3des.o +SESMANOBJ = sesman.o verify_user.o ../common/os_calls.o ../common/d3des.o ifdef USE_PAM CFLAGS = -Wall -O2 -I../common -DUSE_PAM @@ -27,9 +27,3 @@ sesman: $(SESMANOBJ) clean: rm -f $(SESMANOBJ) sesman - -os_calls.o: - $(CC) $(C_OS_FLAGS) ../common/os_calls.c - -d3des.o: - $(CC) $(C_OS_FLAGS) ../common/d3des.c |