diff options
| author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-01 14:34:22 +0000 | 
|---|---|---|
| committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-01 14:34:22 +0000 | 
| commit | c63a68efb750c3374cd272c0eb99a9a63bd38d12 (patch) | |
| tree | d64511995c449530c00a332dcc323dd21e0ccdb8 | |
| parent | 7448422fe23877056ce9822bef698283e77a56b1 (diff) | |
fix Makefile.am
Original commit message from CVS:
fix Makefile.am
| -rw-r--r-- | gst/rtp/Makefile.am | 36 | 
1 files changed, 18 insertions, 18 deletions
diff --git a/gst/rtp/Makefile.am b/gst/rtp/Makefile.am index 4a1faa08..b4af38ff 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		\  | 
