From 6aff4166fa335e5ca93e48012584855626e14cab Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 16 Oct 2005 17:50:44 +0000 Subject: [PATCH] fix silly typo Original commit message from CVS: fix silly typo --- ChangeLog | 5 +++++ common | 2 +- gst-libs/gst/interfaces/Makefile.am | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7bb5636e4c..7457bbf857 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-16 Thomas Vander Stichele + + * gst-libs/gst/interfaces/Makefile.am: + fix silly typo + 2005-10-16 Andy Wingo * gst/playback/gstdecodebin.c diff --git a/common b/common index e3944a4eec..3a9d355b65 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit e3944a4eec91af24489896ba3674a16af37326ea +Subproject commit 3a9d355b657cf710011aa1eaadd64f6723527e14 diff --git a/gst-libs/gst/interfaces/Makefile.am b/gst-libs/gst/interfaces/Makefile.am index a512b7a2a3..41016ca74d 100644 --- a/gst-libs/gst/interfaces/Makefile.am +++ b/gst-libs/gst/interfaces/Makefile.am @@ -55,7 +55,7 @@ nodist_libgstinterfaces_@GST_MAJORMINOR@_la_SOURCES = \ libgstinterfaces_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) libgstinterfaces_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS) -libgstinterfaces_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LT_LDLFAGS) +libgstinterfaces_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LT_LDFLAGS) BUILT_SOURCES = \ $(built_sources) \