gstreamer/source/Makefile.am
Sebastian Dröge 40fc4c1412 Put tags into the Tag class instead of a new Tags class
Also remove the void ctor of the Tag class, it's not meant to be instantiated
2009-04-18 16:43:15 +02:00

11 lines
285 B
Makefile

MAINTAINERCLEANFILES = Makefile.in
api:
$(GAPI_PARSER) gstreamer-sharp-source.xml
$(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