summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2008-05-02 20:27:51 +0000
committerjsorg71 <jsorg71>2008-05-02 20:27:51 +0000
commit97dfb2c19b2afed66f70e09ef75354bd7803a29e (patch)
tree0b85b9718a8a525b2d53d4923cbfd637a109c5ea /Makefile
parent822e3cfc5e117954d83c65580d484e547520cc91 (diff)
downloadxrdp-proprietary-97dfb2c19b2afed66f70e09ef75354bd7803a29e.tar.gz
xrdp-proprietary-97dfb2c19b2afed66f70e09ef75354bd7803a29e.zip
renaming and moving install files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 217d257d..78ca563e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,11 @@
-DESTDIR = /usr/local/xrdp
CFGDIR = /etc/xrdp
PIDDIR = /var/run
MANDIR = /usr/local/man
-DOCDIR = /usr/doc/xrdp
+LIBDIR = /usr/local/lib/xrdp
+BINDIR = /usr/local/bin
+SBINDIR = /usr/local/sbin
+SHAREDIR = /usr/local/share/xrdp
all: world
@@ -34,11 +36,13 @@ clean:
$(MAKE) -C xup clean
install:
- mkdir -p $(DESTDIR)
mkdir -p $(CFGDIR)
mkdir -p $(PIDDIR)
mkdir -p $(MANDIR)
- mkdir -p $(DOCDIR)
+ mkdir -p $(LIBDIR)
+ mkdir -p $(BINDIR)
+ mkdir -p $(SBINDIR)
+ mkdir -p $(SHAREDIR)
$(MAKE) -C vnc install
$(MAKE) -C libxrdp install
$(MAKE) -C xrdp install