X11rdp: added install to makefile
This commit is contained in:
parent
74f3388a61
commit
d33bb5eb4e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user