summaryrefslogtreecommitdiffstats
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-07-04 14:02:46 +0000
committerAndy Wingo <wingo@pobox.com>2005-07-04 14:02:46 +0000
commit2d199737c163bb70adbd6da5a8abeea1ba90aaf9 (patch)
tree90c608eaf2d956b0d27be9a3e159cfb1312ecfa3 /examples/Makefile.am
parentfcfad33d4a80287684ae7d5809b743d38e5d4fe6 (diff)
downloadgst-plugins-bad-2d199737c163bb70adbd6da5a8abeea1ba90aaf9.tar.gz
gst-plugins-bad-2d199737c163bb70adbd6da5a8abeea1ba90aaf9.tar.bz2
gst-plugins-bad-2d199737c163bb70adbd6da5a8abeea1ba90aaf9.zip
examples/level/: Examples moved out of the source dir. Not updated tho.
Original commit message from CVS: 2005-07-04 Andy Wingo <wingo@pobox.com> * examples/level/: * examples/level/Makefile.am: * examples/level/README: * examples/level/demo.c: * examples/level/plot.c: Examples moved out of the source dir. Not updated tho. * configure.ac: Add level to the build. * gst/level/Makefile.am: * gst/level/gstlevel.h: * gst/level/gstlevel.c: Cleaned up, ported to 0.9.
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 0c8190c7..11f92220 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -5,7 +5,7 @@ FT2_SUBDIRS=
endif
if HAVE_GTK
-GTK_SUBDIRS=dynparams $(FT2_SUBDIRS)
+GTK_SUBDIRS=dynparams level $(FT2_SUBDIRS)
else
GTK_SUBDIRS=
endif
@@ -17,4 +17,4 @@ GCONF_SUBDIRS=
endif
SUBDIRS=$(GTK_SUBDIRS) $(GCONF_SUBDIRS) switch
-DIST_SUBDIRS=capsfilter dynparams seeking indexing gstplay switch
+DIST_SUBDIRS=capsfilter dynparams seeking indexing gstplay switch level