summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2010-12-14 19:03:09 -0800
committerDavid Schleef <ds@schleef.org>2010-12-14 19:04:45 -0800
commitda1fe1e0ddc95b14d132f063c4ddedf4b669f009 (patch)
tree86e60cf05c4d48720004c39b30844b47c0ee53d2 /tools/Makefile.am
parent9fd41486a2406398a8589e7b79760f8c9e4e4d02 (diff)
downloadgstreamer-plugins-bad-da1fe1e0ddc95b14d132f063c4ddedf4b669f009.tar.gz
element-maker: improve generation of several classes
Better creation of pads, test and fix many other classes. Most classes work now, although might not create functional elements.
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 54cdae13e..f501ef353 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -17,4 +17,8 @@ EXTRA_DIST = \
gstelement.c \
gstpushsrc.c \
gsttagdemux.c \
- gstvideosink.c
+ gstvideosink.c \
+ sinkpad.c \
+ sinkpad-simple.c \
+ srcpad.c \
+ srcpad-simple.c