summaryrefslogtreecommitdiff
path: root/gstreamer-sharp/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-04-21 14:31:29 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-04-21 14:31:29 +0200
commita23154fc2fc47c6664b0981780ac4324098fb4f5 (patch)
tree2fd03b61129cbeb5b8584aa24617625c240e340b /gstreamer-sharp/Makefile.am
parenta31f1e81802f7a0d883955a16d37e33e5a19ba27 (diff)
Complete/fix bindings for Gst.Tag and Gst.TagList
Diffstat (limited to 'gstreamer-sharp/Makefile.am')
-rw-r--r--gstreamer-sharp/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gstreamer-sharp/Makefile.am b/gstreamer-sharp/Makefile.am
index 21b1785..ca6259c 100644
--- a/gstreamer-sharp/Makefile.am
+++ b/gstreamer-sharp/Makefile.am
@@ -66,7 +66,8 @@ customs = \
MiniObject.custom \
Registry.custom \
Structure.custom \
- Tag.custom
+ Tag.custom \
+ TagList.custom
build_customs = $(addprefix $(srcdir)/, $(customs))