diff options
Diffstat (limited to 'xup')
-rw-r--r-- | xup/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xup/Makefile b/xup/Makefile index 0e427017..5552bb6d 100644 --- a/xup/Makefile +++ b/xup/Makefile @@ -1,7 +1,6 @@ # libxup makefile -LIBSCPOBJ = libscp_v0.o tcp.o -XUPOBJ = os_calls.o xup.o $(LIBSCPOBJ) +XUPOBJ = os_calls.o xup.o DESTDIR = /usr/local/xrdp CFGDIR = /etc/xrdp |