summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-28 10:19:19 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-28 10:19:19 +0200
commit5de4ca65e6e1d0693609dd1b879ec6c6c1a839ac (patch)
tree9cd0d63216964b1adf5737bcf26a2965b504ee0c /source
parentdaf6d826c202c1c95f4b200be8be79c7df8acb8c (diff)
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).
Diffstat (limited to 'source')
-rw-r--r--source/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/Makefile.am b/source/Makefile.am
index 48cc71e..4b6e66b 100644
--- a/source/Makefile.am
+++ b/source/Makefile.am
@@ -1,7 +1,8 @@
MAINTAINERCLEANFILES = Makefile.in
api:
- $(GAPI_PARSER) gstreamer-sharp-source.xml
+ $(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