diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-01-08 14:57:55 +0100 |
---|---|---|
committer | Wim Taymans <wim@wtay.(none)> | 2009-01-08 14:57:55 +0100 |
commit | 3f7bd9202269e6ae18f5f22b69175a1fce2f5bac (patch) | |
tree | a0e087f0dadedda4d13f9e50703b376fdeb8ea3e /Makefile.am | |
parent | 7bab61a10b13293725fbc28f28de6d07f2edbea0 (diff) |
Add python bindings.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 28d2299..6936b37 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,7 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc SUBDIRS = \ gst \ + bindings \ m4 \ common \ pkgconfig \ |