gstreamer/source/Makefile.am
Sebastian Dröge 5de4ca65e6 Update build dependencies and add a copy of the gtk-sharp parser from trunk
This enables us to build with gtk-sharp 2.12.9.90 instead of current
trunk (which will be released together with GNOME 3.0 or similar).
2009-05-28 10:19:19 +02:00

17 lines
548 B
Makefile

MAINTAINERCLEANFILES = Makefile.in
api:
$(MONO) $(top_builddir)/parser/gst-gapi-parser.exe \
gstreamer-sharp-source.xml
grep -v "public const string " \
$(top_srcdir)/gstreamer-sharp/Tag.custom \
> $(top_srcdir)/gstreamer-sharp/Tag.custom.tmp
mv $(top_srcdir)/gstreamer-sharp/Tag.custom.tmp \
$(top_srcdir)/gstreamer-sharp/Tag.custom
$(MONO) $(top_builddir)/parser/gst-generate-tags.exe \
--header=../../gstreamer/gst/gsttaglist.h \
--namespace=Gst \
--class=Tags \
--only-body \
>> $(top_srcdir)/gstreamer-sharp/Tag.custom