summaryrefslogtreecommitdiffstats
path: root/gst/avi/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-07-08 10:47:30 +0000
committerAndy Wingo <wingo@pobox.com>2005-07-08 10:47:30 +0000
commit266b874436d0b23d96d07bc09ad52e363c275b58 (patch)
tree084fd465918a1bc3f6201d6f105cccb8eb3bb785 /gst/avi/Makefile.am
parent48eb68a1d92d5fa76ec681e149e5db203bc8e4af (diff)
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 'gst/avi/Makefile.am')
-rw-r--r--gst/avi/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/avi/Makefile.am b/gst/avi/Makefile.am
index 1a8b652b..5c600390 100644
--- a/gst/avi/Makefile.am
+++ b/gst/avi/Makefile.am
@@ -10,8 +10,7 @@ noinst_HEADERS = \
gstavidemux.h
libgstavi_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
- -I$(top_srcdir)/gst-libs \
- -DGETTEXT_PACKAGE="\"gst-plugins\""
+ -I$(top_srcdir)/gst-libs
libgstavi_la_LIBADD = -lgstriff-0.9
libgstavi_la_LDFLAGS = \
$(GST_PLUGIN_LDFLAGS) \