From 1533f43e0425237f8134dd60b485275f0d787ef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 12 Mar 2006 23:56:47 +0000 Subject: Fix distcheck. Original commit message from CVS: * Makefile.am: * configure.ac: Fix distcheck. --- ChangeLog | 6 ++++++ Makefile.am | 4 ++-- configure.ac | 13 ++++++------- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index d211c214..1ffc1633 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-03-12 Tim-Philipp Müller + + * Makefile.am: + * configure.ac: + Fix distcheck. + 2006-03-12 Edward Hervey * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init), diff --git a/Makefile.am b/Makefile.am index 94d77d4e..d98da6e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,12 +7,12 @@ SUBDIRS_EXAMPLES = endif SUBDIRS = \ - gst sys ext \ + gst gst-libs sys ext \ m4 common docs \ $(SUBDIRS_EXAMPLES) DIST_SUBDIRS = \ - gst sys ext m4 common docs examples + gst gst-libs sys ext m4 common docs examples EXTRA_DIST = \ gst-plugins-bad.spec depcomp \ diff --git a/configure.ac b/configure.ac index 6d6f1a38..287c8551 100644 --- a/configure.ac +++ b/configure.ac @@ -40,14 +40,11 @@ AM_PROG_AS AS="${CC}" AS_PROG_OBJC -dnl the gettext stuff needed -AM_GNU_GETTEXT_VERSION(0.11.5) +dnl set up gettext +dnl the version check needs to stay here because autopoint greps for it +AM_GNU_GETTEXT_VERSION([0.11.5]) AM_GNU_GETTEXT([external]) - -GETTEXT_PACKAGE=gst-plugins-bad-$GST_MAJORMINOR -AC_SUBST(GETTEXT_PACKAGE) -AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE", - [gettext package name]) +GST_GETTEXT([gst-plugins-bad-$GST_MAJORMINOR]) GST_ARG_EXAMPLES @@ -804,6 +801,8 @@ gst/speed/Makefile gst/qtdemux/Makefile gst/tta/Makefile gst/xingheader/Makefile +gst-libs/Makefile +gst-libs/gst/Makefile sys/Makefile sys/glsink/Makefile sys/ximagesrc/Makefile -- cgit v1.2.1