gst/rtp/Makefile.am: And makefile too.

Original commit message from CVS:
* gst/rtp/Makefile.am:
And makefile too.
This commit is contained in:
Wim Taymans 2006-09-20 16:41:48 +00:00
parent 93c0a73ce0
commit e28d3b2a92
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2006-09-20 Wim Taymans <wim@fluendo.com>
* gst/rtp/Makefile.am:
And makefile too.
2006-09-20 Wim Taymans <wim@fluendo.com>
* gst/rtp/gstrtp.c: (plugin_init):

View file

@ -2,6 +2,7 @@ plugin_LTLIBRARIES = libgstrtp.la
libgstrtp_la_SOURCES = \
gstrtp.c \
gstrtpasfdepay.c \
gstrtpdepay.c \
gstrtpmpadepay.c \
gstrtpmpapay.c \
@ -41,6 +42,7 @@ libgstrtp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
libgstrtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = \
gstrtpasfdepay.h \
gstrtpL16depay.h \
gstrtpL16pay.h \
gstrtpamrdepay.h \