File non-desktop.patch of Package moonlight
Index: moonlight-2.4.1/tools/Makefile.am =================================================================== --- moonlight-2.4.1.orig/tools/Makefile.am +++ moonlight-2.4.1/tools/Makefile.am @@ -1,7 +1,11 @@ SUBDIRS = mopen generators if INCLUDE_MANAGED_CODE #don't include respack because the toplevel includes that already -SUBDIRS += xamlg xaml2html mxap munxap unsign sockpol +SUBDIRS += xamlg xaml2html mxap unsign sockpol +endif + +if INCLUDE_DESKTOP_MANAGED_CODE +SUBDIRS += munxap endif DIST_SUBDIRS = $(SUBDIRS) moonvisi respack # added as dist_subdir so as not to break make dist