diff options
author | Sébastien Moutte <sebastien@moutte.net> | 2007-01-07 13:56:29 +0000 |
---|---|---|
committer | Sébastien Moutte <sebastien@moutte.net> | 2007-01-07 13:56:29 +0000 |
commit | 58d98b32318408b36cf048942fe7cbf60b6159e3 (patch) | |
tree | 51ac18c5181f0a370116a0777d86a7bfafab2bb6 /Makefile.am | |
parent | 097e8dbaf40f100bdc4a1e4ef903d9f625c747b6 (diff) |
Makefile.am: Add win32/MANIFEST to EXTRA_DIST so win32 files will be include in the next release.
Original commit message from CVS:
* Makefile.am:
Add win32/MANIFEST to EXTRA_DIST so win32 files will
be include in the next release.
* win32/MANIFEST:
Add manifest to win32 files in next releases.
* win32/vs6/gst_ffmpeg.dsw:
* win32/vs6/libgstffmpeg.dsp:
Add project files for VS6.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 633c40b..2c70533 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,9 +2,15 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc SUBDIRS = $(FFMPEG_SUBDIRS) ext docs common tests +win32 = $(shell cat $(top_srcdir)/win32/MANIFEST) + +debug: + echo $(win32) + EXTRA_DIST = \ gst-ffmpeg.spec depcomp \ - AUTHORS COPYING NEWS README ChangeLog gst-ffmpeg.doap + AUTHORS COPYING NEWS README ChangeLog gst-ffmpeg.doap \ + $(win32) ACLOCAL_AMFLAGS = -I common/m4 |