~ubuntu-branches/ubuntu/precise/gst-plugins-base0.10/precise-updates

« back to all changes in this revision

Viewing changes to tests/examples/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2011-12-12 12:40:13 UTC
  • mfrom: (36.1.15 experimental)
  • Revision ID: package-import@ubuntu.com-20111212124013-onyadfb150d8c5dk
Tags: 0.10.35.2-2
* debian/libgstreamer-plugins-base.install:
  + Add license translations file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
GIO_SUBDIRS = gio
9
9
endif
10
10
 
11
 
SUBDIRS = app  dynamic $(FT2_SUBDIRS) $(GIO_SUBDIRS) overlay playrec volume v4l encoding
 
11
SUBDIRS = app audio dynamic fft $(FT2_SUBDIRS) $(GIO_SUBDIRS) overlay playrec v4l encoding
12
12
 
13
 
DIST_SUBDIRS = app dynamic gio overlay seek snapshot playrec volume v4l encoding
 
13
DIST_SUBDIRS = app audio dynamic fft gio overlay seek snapshot playrec v4l encoding
14
14
 
15
15
include $(top_srcdir)/common/parallel-subdirs.mak
 
16