fix Makefile.am
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 1 Nov 2005 14:34:22 +0000 (14:34 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 1 Nov 2005 14:34:22 +0000 (14:34 +0000)
Original commit message from CVS:
fix Makefile.am

gst/rtp/Makefile.am

index 4a1faa0..b4af38f 100644 (file)
@@ -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            \