diff -ru totem-2.22.2~/src/plugins/sample-vala/Makefile.am totem-2.22.2/src/plugins/sample-vala/Makefile.am --- totem-2.22.2~/src/plugins/sample-vala/Makefile.am 2008-05-17 09:30:13.000000000 -0700 +++ totem-2.22.2/src/plugins/sample-vala/Makefile.am 2008-05-17 09:30:45.000000000 -0700 @@ -14,7 +14,7 @@ install-pluginLTLIBRARIES: totem-sample-vala-plugin.c totem-sample-vala-plugin.h: totem-sample-vala-plugin.vala - $(VALAC) --vapidir=$(top_srcdir)/bindings/vala --pkg=totem $^ + $(VALAC) --ccode --vapidir=$(top_srcdir)/bindings/vala --pkg=totem $^ common_defines = \ -D_REENTRANT \ diff -ru totem-2.22.2~/src/plugins/sample-vala/Makefile.in totem-2.22.2/src/plugins/sample-vala/Makefile.in --- totem-2.22.2~/src/plugins/sample-vala/Makefile.in 2008-05-17 09:30:13.000000000 -0700 +++ totem-2.22.2/src/plugins/sample-vala/Makefile.in 2008-05-17 09:31:33.000000000 -0700 @@ -678,7 +678,7 @@ @ENABLE_VALA_TRUE@install-pluginLTLIBRARIES: @ENABLE_VALA_TRUE@totem-sample-vala-plugin.c totem-sample-vala-plugin.h: totem-sample-vala-plugin.vala -@ENABLE_VALA_TRUE@ $(VALAC) --vapidir=$(top_srcdir)/bindings/vala --pkg=totem $^ +@ENABLE_VALA_TRUE@ $(VALAC) --ccode --vapidir=$(top_srcdir)/bindings/vala --pkg=totem $^ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: