diff --git a/ChangeLog b/ChangeLog index 7248fc4e63..b1aff055f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-07-31 Jan Schmidt + + * Makefile.am: + * configure.ac: + * gst/asfdemux/gstasfdemux.c: + Fix dist by including gst-libs/ + 2006-07-29 Tim-Philipp Müller * ext/dvdread/dvdreadsrc.c: (plugin_init): diff --git a/Makefile.am b/Makefile.am index 5b9a97fa02..92899df656 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc SUBDIRS = \ - gst ext docs m4 tests common po + gst-libs gst ext docs m4 tests common po EXTRA_DIST = \ gst-plugins-ugly.spec depcomp \ diff --git a/configure.ac b/configure.ac index 7025376c8d..092fc56782 100644 --- a/configure.ac +++ b/configure.ac @@ -411,6 +411,8 @@ dnl *** output files *** AC_CONFIG_FILES( Makefile +gst-libs/Makefile +gst-libs/gst/Makefile gst/Makefile gst/asfdemux/Makefile gst/dvdlpcmdec/Makefile diff --git a/gst/asfdemux/gstasfdemux.c b/gst/asfdemux/gstasfdemux.c index 1175cb3fa9..3617666b23 100644 --- a/gst/asfdemux/gstasfdemux.c +++ b/gst/asfdemux/gstasfdemux.c @@ -25,7 +25,7 @@ #include #include -#include "gst/gst-i18n-plugin.h" +#include #include #include "gstasfdemux.h"