From f41decd66a8dcb076ca6278f7d70a786a6178eff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 25 Apr 2007 17:23:33 +0000 Subject: [PATCH] Generate a win32 config.h into win32/common and add to MANIFEST so it gets disted (#393890). Looks like win32/common/... Original commit message from CVS: * configure.ac: * win32/MANIFEST: Generate a win32 config.h into win32/common and add to MANIFEST so it gets disted (#393890). Looks like win32/common/config.h.in needs some work though. --- ChangeLog | 8 ++++++++ common | 2 +- configure.ac | 1 + win32/MANIFEST | 4 +++- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c910950..0a6f6b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-04-25 Tim-Philipp Müller + + * configure.ac: + * win32/MANIFEST: + Generate a win32 config.h into win32/common and add to MANIFEST so + it gets disted (#393890). Looks like win32/common/config.h.in needs + some work though. + 2007-04-22 Tim-Philipp Müller * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type), diff --git a/common b/common index 765d03a..a19d235 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 765d03a88492fb4ac81d70457f671f3a109e93de +Subproject commit a19d235c89d99ca7849078d501129f521e30d98d diff --git a/configure.ac b/configure.ac index 2d7dadb..c9f153a 100644 --- a/configure.ac +++ b/configure.ac @@ -464,6 +464,7 @@ common/Makefile common/m4/Makefile m4/Makefile po/Makefile.in +win32/common/config.h gst-plugins-ugly.spec ) AC_OUTPUT diff --git a/win32/MANIFEST b/win32/MANIFEST index d694048..361f9c2 100644 --- a/win32/MANIFEST +++ b/win32/MANIFEST @@ -1,4 +1,6 @@ win32/MANIFEST +win32/common/config.h +win32/common/config.h.in win32/vs6/gst_plugins_ugly.dsw win32/vs6/libgstac3parse.dsp win32/vs6/libgstasfdemux.dsp @@ -10,4 +12,4 @@ win32/vs6/libgstmad.dsp win32/vs6/libgstmpegaudioparse.dsp win32/vs6/libgstmpegstream.dsp win32/vs6/libgstrealmedia.dsp -win32/vs6/libgstsynaesthesia.dsp \ No newline at end of file +win32/vs6/libgstsynaesthesia.dsp -- 2.7.4