From: Thomas Vander Stichele Date: Wed, 26 Oct 2005 16:36:01 +0000 (+0000) Subject: fix automake warnings X-Git-Tag: RELEASE-0_9_5~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7d6a2f13101e64620815f77f6ba97c8781b5f11;p=platform%2Fupstream%2Fgst-plugins-good.git fix automake warnings Original commit message from CVS: fix automake warnings --- diff --git a/gst/rtp/Makefile.am b/gst/rtp/Makefile.am index b5639d7..4a1faa0 100644 --- a/gst/rtp/Makefile.am +++ b/gst/rtp/Makefile.am @@ -5,7 +5,7 @@ libgstrtp_la_SOURCES = gstrtp.c \ gstrtpmpadec.c \ gstrtpmpaenc.c \ gstrtpg711enc.c \ - gstrtpg711dec.c \ + gstrtpg711dec.c \ gstrtpgsmenc.c \ gstrtpgsmparse.c \ gstrtpamrdec.c \ @@ -29,7 +29,7 @@ noinst_HEADERS = gstrtpL16enc.h \ gstrtpamrdec.h \ gstrtpamrenc.h \ gstrtpg711enc.h \ - gstrtpg711dec.h \ + gstrtpg711dec.h \ gstrtpgsmenc.h \ gstrtpgsmparse.h \ gstrtpmpadec.h \