aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Wingo2005-07-08 05:47:28 -0500
committerAndy Wingo2005-07-08 05:47:28 -0500
commitae4309d00ca64b72be1327e166c00324656f8f82 (patch)
tree4b9d7a19ed4889cbe30a761fca8dd2e67252a9bc /Makefile.am
parent1c1a9dd6aaad300daca94549f9cff3b9dc61dd7f (diff)
downloadgst-plugins-bad0-10-ae4309d00ca64b72be1327e166c00324656f8f82.tar.gz
gst-plugins-bad0-10-ae4309d00ca64b72be1327e166c00324656f8f82.tar.xz
gst-plugins-bad0-10-ae4309d00ca64b72be1327e166c00324656f8f82.zip
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 <wingo@pobox.com> * 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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e7debfc22..ae2e7daaf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,13 +7,13 @@ GCONF_DIR =
7SUBDIRS = \ 7SUBDIRS = \
8 gst sys ext gst-libs \ 8 gst sys ext gst-libs \
9 $(GCONF_DIR) \ 9 $(GCONF_DIR) \
10 m4 common 10 m4 common po
11# disabled 11# disabled
12# $(SUBDIRS_DOCS) 12# $(SUBDIRS_DOCS)
13 13
14DIST_SUBDIRS = \ 14DIST_SUBDIRS = \
15 gst sys ext gst-libs \ 15 gst sys ext gst-libs \
16 m4 common 16 m4 common po
17 17
18EXTRA_DIST = \ 18EXTRA_DIST = \
19 gst-plugins.spec depcomp \ 19 gst-plugins.spec depcomp \