diff --git a/ChangeLog b/ChangeLog index c9109507d5..0a6f6b8083 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 765d03a884..a19d235c89 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 765d03a88492fb4ac81d70457f671f3a109e93de +Subproject commit a19d235c89d99ca7849078d501129f521e30d98d diff --git a/configure.ac b/configure.ac index 2d7dadb470..c9f153ae59 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 d694048a1c..361f9c2f9e 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