X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_usr%2FMakefile;h=f69af468a2b9dd2f411a0088bb66fb1b3dffcccc;hb=412aa4f1b022a7966fe89ff905ef2ba5613ab368;hp=6b6043380c505628fbba8d9f4a049a4d19abb28d;hpb=67f99136a8d412f865f68b16f6875fe3969ce900;p=palacios.git diff --git a/linux_usr/Makefile b/linux_usr/Makefile index 6b60433..f69af46 100644 --- a/linux_usr/Makefile +++ b/linux_usr/Makefile @@ -50,7 +50,7 @@ EXPERIMENTAL_EXECS = v3_simulate \ # PRECOMPILED_EXECS = x0vncserver -COPIED_EXECS = v3_vncserver +COPIED_EXECS = v3_x0vncserver # # Libraries that we need to build @@ -133,8 +133,8 @@ v3_user_keyed_stream_file : v3_user_keyed_stream_file.c libv3_user_keyed_stream. # # VNC support is compiled separately # -v3_vncserver : x0vncserver - cp x0vncserver v3_vncserver +v3_x0vncserver : x0vncserver + cp x0vncserver v3_x0vncserver # @@ -146,4 +146,3 @@ clean: depend: $(CC) -MM $(CFILES) -I../linux_module > .dependencies -include .dependencies