diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-01 16:22:36 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-01 16:22:36 +0000 |
commit | bf58b2e6e9ff7d39cb0dac068d264f5d81b23e11 (patch) | |
tree | d23f45d0bd221bac576b8a6cba2fd766b04d8e49 /Makefile.am | |
parent | 419d3ddd23342e7018416824cfc02046d75e6ffb (diff) |
add win32 MANIFEST file in a possibly vain attempt to make high blood pressure an AP
Original commit message from CVS:
add win32 MANIFEST file
in a possibly vain attempt to make high blood pressure an AP
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c8beff0c..910d5f21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,10 +28,12 @@ DIST_SUBDIRS = \ m4 \ pkgconfig +win32 = $(shell cat $(top_srcdir)/win32/MANIFEST) + EXTRA_DIST = \ gst-plugins-base.spec depcomp \ AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \ - ChangeLog autogen.sh + ChangeLog autogen.sh $(win32) DISTCLEANFILES = _stdint.h |