fix Makefile.am

Original commit message from CVS:
fix Makefile.am
This commit is contained in:
Thomas Vander Stichele 2005-11-01 14:34:22 +00:00
parent 7448422fe2
commit c63a68efb7

View File

@ -1,21 +1,22 @@
plugin_LTLIBRARIES = libgstrtp.la plugin_LTLIBRARIES = libgstrtp.la
libgstrtp_la_SOURCES = gstrtp.c \ libgstrtp_la_SOURCES = \
gstrtpdec.c \ gstrtp.c \
gstrtpmpadec.c \ gstrtpdec.c \
gstrtpmpaenc.c \ gstrtpmpadec.c \
gstrtpg711enc.c \ gstrtpmpaenc.c \
gstrtpg711dec.c \ gstrtpg711enc.c \
gstrtpgsmenc.c \ gstrtpg711dec.c \
gstrtpgsmparse.c \ gstrtpgsmenc.c \
gstrtpamrdec.c \ gstrtpgsmparse.c \
gstrtpamrenc.c \ gstrtpamrdec.c \
gstrtph263pdec.c \ gstrtpamrenc.c \
gstrtph263penc.c \ gstrtph263pdec.c \
gstrtph263enc.c \ gstrtph263penc.c \
gstasteriskh263.c \ gstrtph263enc.c \
gstrtpmp4venc.c \ gstasteriskh263.c \
gstrtpmp4vdec.c gstrtpmp4venc.c \
gstrtpmp4vdec.c
#gstrtpL16enc.c gstrtpL16parse.c gstrtpgsmenc.c gstrtpgsmparse.c #gstrtpL16enc.c gstrtpL16parse.c gstrtpgsmenc.c gstrtpgsmparse.c
@ -36,8 +37,7 @@ noinst_HEADERS = gstrtpL16enc.h \
gstrtpmpaenc.h \ gstrtpmpaenc.h \
gstrtph263pdec.h \ gstrtph263pdec.h \
gstrtph263penc.h \ gstrtph263penc.h \
gstrtph263enc.c \ gstrtph263enc.h \
gstasteriskh263.c \
gstrtpmp4venc.h \ gstrtpmp4venc.h \
gstrtpmp4vdec.h \ gstrtpmp4vdec.h \
gstrtpdec.h \ gstrtpdec.h \