From c63a68efb750c3374cd272c0eb99a9a63bd38d12 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 1 Nov 2005 14:34:22 +0000 Subject: [PATCH] fix Makefile.am Original commit message from CVS: fix Makefile.am --- gst/rtp/Makefile.am | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/gst/rtp/Makefile.am b/gst/rtp/Makefile.am index 4a1faa0..b4af38f 100644 --- a/gst/rtp/Makefile.am +++ b/gst/rtp/Makefile.am @@ -1,21 +1,22 @@ plugin_LTLIBRARIES = libgstrtp.la -libgstrtp_la_SOURCES = gstrtp.c \ - gstrtpdec.c \ - gstrtpmpadec.c \ - gstrtpmpaenc.c \ - gstrtpg711enc.c \ - gstrtpg711dec.c \ - gstrtpgsmenc.c \ - gstrtpgsmparse.c \ - gstrtpamrdec.c \ - gstrtpamrenc.c \ - gstrtph263pdec.c \ - gstrtph263penc.c \ - gstrtph263enc.c \ - gstasteriskh263.c \ - gstrtpmp4venc.c \ - gstrtpmp4vdec.c +libgstrtp_la_SOURCES = \ + gstrtp.c \ + gstrtpdec.c \ + gstrtpmpadec.c \ + gstrtpmpaenc.c \ + gstrtpg711enc.c \ + gstrtpg711dec.c \ + gstrtpgsmenc.c \ + gstrtpgsmparse.c \ + gstrtpamrdec.c \ + gstrtpamrenc.c \ + gstrtph263pdec.c \ + gstrtph263penc.c \ + gstrtph263enc.c \ + gstasteriskh263.c \ + gstrtpmp4venc.c \ + gstrtpmp4vdec.c #gstrtpL16enc.c gstrtpL16parse.c gstrtpgsmenc.c gstrtpgsmparse.c @@ -36,8 +37,7 @@ noinst_HEADERS = gstrtpL16enc.h \ gstrtpmpaenc.h \ gstrtph263pdec.h \ gstrtph263penc.h \ - gstrtph263enc.c \ - gstasteriskh263.c \ + gstrtph263enc.h \ gstrtpmp4venc.h \ gstrtpmp4vdec.h \ gstrtpdec.h \ -- 2.7.4