summaryrefslogtreecommitdiff
path: root/gst/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-10-04 14:59:07 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-10-04 14:59:07 +0000
commit74782ee345e88367f4c4a6bf80e308e2c2a40690 (patch)
tree17ebf54c00bde39920f85c0fe6c77d2e47045139 /gst/Makefile.am
parent3241bda36af0fde60bc0b464c3185eff5ca6b784 (diff)
move over some of the extend stuff that I want to use right now
Original commit message from CVS: * configure.ac: * gst/Makefile.am: * gst/extend/Makefile.am: * gst/extend/__init__.py: * gst/extend/pygobject.py: * gst/extend/utils.py: move over some of the extend stuff that I want to use right now
Diffstat (limited to 'gst/Makefile.am')
-rw-r--r--gst/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/Makefile.am b/gst/Makefile.am
index 2c7add5..1e32cbb 100644
--- a/gst/Makefile.am
+++ b/gst/Makefile.am
@@ -77,3 +77,5 @@ interfaces.c: $(INTERFACES_DEFS) $(INTERFACES_OVERRIDES) $(GEN_FILES)
--prefix py$* $*.defs) > gen-$*.c \
&& cp gen-$*.c $*.c \
&& rm -f gen-$*.c
+
+SUBDIRS = extend