From 266b874436d0b23d96d07bc09ad52e363c275b58 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 8 Jul 2005 10:47:30 +0000 Subject: gst/avi/Makefile.am (libgstavi_la_CFLAGS): No gettext hacks, the defines come from config.h. Original commit message from CVS: 2005-07-08 Andy Wingo * gst/avi/Makefile.am (libgstavi_la_CFLAGS): No gettext hacks, the defines come from config.h. * autogen.sh: Run autopoint, etc. * Makefile.am (DIST_SUBDIRS, SUBDIRS): Go into po/. * configure.ac: Add gettext stuff. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e7debfc2..ae2e7daa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,13 +7,13 @@ GCONF_DIR = SUBDIRS = \ gst sys ext gst-libs \ $(GCONF_DIR) \ - m4 common + m4 common po # disabled # $(SUBDIRS_DOCS) DIST_SUBDIRS = \ gst sys ext gst-libs \ - m4 common + m4 common po EXTRA_DIST = \ gst-plugins.spec depcomp \ -- cgit