From 45f07c6ed1062308fa99b6474245abe008296ea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 3 Sep 2009 08:57:16 +0200 Subject: [PATCH] Fix build of plugin bindings and don't ship generated sources --- gstreamer-sharp/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gstreamer-sharp/Makefile.am b/gstreamer-sharp/Makefile.am index deb6d34504..64a51d364e 100644 --- a/gstreamer-sharp/Makefile.am +++ b/gstreamer-sharp/Makefile.am @@ -55,8 +55,6 @@ sources = \ NavigationMessage.cs \ NavigationEvent.cs \ NavigationQuery.cs \ - coreplugins/generated/*.cs \ - baseplugins/generated/*.cs \ coreplugins/*.cs \ glib-sharp/*.cs @@ -119,6 +117,9 @@ customs = \ ControlSource.custom \ VideoUtil.custom +plugin_csfiles = coreplugins/generated/*.cs \ + baseplugins/generated/*.cs + build_customs = $(addprefix $(srcdir)/, $(customs)) EXTRA_DIST = \ @@ -157,8 +158,8 @@ baseplugins/generated: $(API) baseplugins/*.custom baseplugins/*.metadata basepl $(KEYFILE): $(top_srcdir)/gstreamer-sharp.snk cp $(top_srcdir)/gstreamer-sharp.snk . -$(ASSEMBLY): $(build_sources) generated-stamp $(KEYFILE) - $(CSC) -nowarn:0612 -debug -unsafe -out:$(ASSEMBLY) -target:library $(references) $(csc_build_sources) $(GENERATED_SOURCES) +$(ASSEMBLY): $(build_sources) generated-stamp $(KEYFILE) $(plugin_csfiles) + $(CSC) -nowarn:0612 -debug -unsafe -out:$(ASSEMBLY) -target:library $(references) $(csc_build_sources) $(GENERATED_SOURCES) $(plugin_csfiles) plugins-update: $(MAKE) -C coreplugins plugins-update