diff options
author | Andy Wingo <wingo@pobox.com> | 2005-07-08 10:47:28 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2005-07-08 10:47:28 +0000 |
commit | ae4309d00ca64b72be1327e166c00324656f8f82 (patch) | |
tree | 4b9d7a19ed4889cbe30a761fca8dd2e67252a9bc /Makefile.am | |
parent | 1c1a9dd6aaad300daca94549f9cff3b9dc61dd7f (diff) | |
download | gstreamer-plugins-bad-ae4309d00ca64b72be1327e166c00324656f8f82.tar.gz |
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.am | 4 |
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 = 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 \ |