automake is smart enough to add _SOURCES files to make dist's result even if there compilation is depending on an AM conditional, and we are already depending on this for the smartcard / usb files, so lets depend on it for the other ones too.
Signed-off-by: Hans de Goede <[email protected]> --- gtk/Makefile.am | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 43b9f79..a3ee985 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -10,15 +10,10 @@ EXTRA_DIST = \ keymap-gen.pl \ keymaps.csv \ decode-glz-tmpl.c \ - coroutine_gthread.c \ - coroutine_ucontext.c \ - coroutine_winfibers.c \ - continuation.h continuation.c \ map-file \ gusb/README.txt \ spice-client-gtk.override \ spice-client-gtk-manual.defs \ - spice-client-gtk-module.c \ $(NULL) bin_PROGRAMS = spicy snappy spicy-stats -- 1.7.6.1 _______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
