diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-06-18 17:41:30 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-06-18 17:41:30 -0700 |
commit | d33bb5eb4e6910d2a5761034d07318c0156bd5c3 (patch) | |
tree | f285377e41f0efbcf9d6624930ddb5bc606722b2 /xorg | |
parent | 74f3388a61f0f6b378da342dfa27d4c3191eb817 (diff) | |
download | xrdp-proprietary-d33bb5eb4e6910d2a5761034d07318c0156bd5c3.tar.gz xrdp-proprietary-d33bb5eb4e6910d2a5761034d07318c0156bd5c3.zip |
X11rdp: added install to makefile
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/X11R7.6/rdp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xorg/X11R7.6/rdp/Makefile b/xorg/X11R7.6/rdp/Makefile index 2eb5e777..755af882 100644 --- a/xorg/X11R7.6/rdp/Makefile +++ b/xorg/X11R7.6/rdp/Makefile @@ -4,6 +4,7 @@ INCBASE = $(X11RDPBASE)/include LIBBASE = $(X11RDPBASE)/lib +INSTALL = /usr/bin/install -c XSRCBASE = ../build_dir/xorg-server-1.9.3 OBJS = rdpmain.o rdpdraw.o rdpinput.o rdpmisc.o rdpup.o rdprandr.o \ @@ -109,3 +110,6 @@ fbcmap.o: ../build_dir/xorg-server-1.9.3/fb/fbcmap.c fbcmap_mi.o: ../build_dir/xorg-server-1.9.3/fb/fbcmap_mi.c $(CC) $(CFLAGS) -c ../build_dir/xorg-server-1.9.3/fb/fbcmap_mi.c + +install: all + $(INSTALL) X11rdp $(X11RDPBASE)/bin/X11rdp |