diff options
author | jsorg71 <jsorg71> | 2008-04-30 05:24:10 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-04-30 05:24:10 +0000 |
commit | 75e5cb1e734f6315d10701e8fec2046d112c2ebb (patch) | |
tree | b19b30a9bd27b2e4f509ed4d82281943734c70bf /vnc/Makefile | |
parent | 59645cf8035642701d08c443cc487794ec75d3ac (diff) | |
download | xrdp-proprietary-75e5cb1e734f6315d10701e8fec2046d112c2ebb.tar.gz xrdp-proprietary-75e5cb1e734f6315d10701e8fec2046d112c2ebb.zip |
change xrdp file install locations
Diffstat (limited to 'vnc/Makefile')
-rw-r--r-- | vnc/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/vnc/Makefile b/vnc/Makefile index 102ddf59..3ec46ffc 100644 --- a/vnc/Makefile +++ b/vnc/Makefile @@ -2,11 +2,7 @@ VNCOBJ = vnc.o os_calls.o d3des.o -DESTDIR = /usr/local/xrdp -CFGDIR = /etc/xrdp -PIDDIR = /var/run -MANDIR = /usr/local/man -DOCDIR = /usr/doc/xrdp +LIBDIR = /usr/local/lib/xrdp DEFINES = @@ -31,7 +27,4 @@ d3des.o: ../common/d3des.c $(CC) $(C_OS_FLAGS) ../common/d3des.c install: - install libvnc.so $(DESTDIR)/libvnc.so - -installdeb: - install libvnc.so $(DESTDIRDEB)/usr/lib/xrdp/libvnc.so + install libvnc.so $(LIBDIR)/libvnc.so |