From f6f9563dc80ad993a0535e1484c893509753966f Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 14 Apr 2010 16:32:34 -0700 Subject: tools: Add element-maker Add a script that creates elements based on any of the GStreamer base classes. It isn't very user friendly at the moment, one needs to edit the script to make it work properly. Each base class has a template file describing what to put into the constructed element. Eventually, these templates should be moved to reside with the base class source and installed to a well-known directory, where an installed script could find them. The template files use the .c ending so editors know they are C source, but gst-indent doesn't handle them correctly. So they need to be committed with -n. Ugh. I'll try to figure out a fix for that soon. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 47cade25c..454e77335 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,11 +2,11 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc SUBDIRS = \ gst-libs gst sys ext pkgconfig \ - m4 common docs tests po + m4 common docs tests po tools DIST_SUBDIRS = \ gst gst-libs sys ext pkgconfig \ - m4 common docs tests po + m4 common docs tests po tools # include before EXTRA_DIST for win32 assignment include $(top_srcdir)/common/win32.mak -- cgit v1.2.1