summaryrefslogtreecommitdiffstats
path: root/sesman/libscp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/libscp/Makefile')
-rw-r--r--sesman/libscp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sesman/libscp/Makefile b/sesman/libscp/Makefile
index be53aff9..03779f92 100644
--- a/sesman/libscp/Makefile
+++ b/sesman/libscp/Makefile
@@ -3,7 +3,8 @@ LIBSCPOBJ = libscp_vX.o libscp_v0.o \
libscp_v1s.o libscp_v1c.o \
libscp_init.o libscp_lock.o libscp_tcp.o \
libscp_session.o libscp_connection.o \
- os_calls.o
+ os_calls.o \
+# libscp_v1s_mng.o libscp_v1c_mng.o
CFGDIR = /etc/xrdp
PIDDIR = /var/run
@@ -34,7 +35,7 @@ clean:
rm -f $(LIBSCPOBJ) $(LIBSCPFNAME) $(LIBSCPLNAME)
install:
- install $(LIBSCPFNAME) $(LIBDIR)/$(LIBSCPFNAME)
+ install -D $(LIBSCPFNAME) $(LIBDIR)/$(LIBSCPFNAME)
ln -f -s $(LIBSCPFNAME) $(LIBDIR)/$(LIBSCPLNAME)
os_calls.o: ../../common/os_calls.c