~ubuntu-branches/ubuntu/intrepid/gstreamer0.10-ffmpeg/intrepid

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2007-12-05 09:45:40 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20071205094540-m1x6rg54ohgfkw8u
Tags: upstream-0.10.3
ImportĀ upstreamĀ versionĀ 0.10.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
2
2
 
3
 
SUBDIRS = gst-libs ext docs common tests
 
3
SUBDIRS = $(FFMPEG_SUBDIRS) ext docs common tests
 
4
 
 
5
win32 = $(shell cat $(top_srcdir)/win32/MANIFEST)
 
6
 
 
7
debug:
 
8
        echo $(win32)   
4
9
 
5
10
EXTRA_DIST = \
6
11
        gst-ffmpeg.spec depcomp \
7
 
        AUTHORS COPYING NEWS README ChangeLog
 
12
        AUTHORS COPYING NEWS README ChangeLog gst-ffmpeg.doap \
 
13
        $(win32)
8
14
 
9
15
ACLOCAL_AMFLAGS = -I common/m4
10
16