diff --git a/ChangeLog b/ChangeLog index 47b1a3173a..c0885c139c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-20 Wim Taymans + + * gst/rtp/Makefile.am: + And makefile too. + 2006-09-20 Wim Taymans * gst/rtp/gstrtp.c: (plugin_init): diff --git a/gst/rtp/Makefile.am b/gst/rtp/Makefile.am index 54f331c5b6..2a9d667970 100644 --- a/gst/rtp/Makefile.am +++ b/gst/rtp/Makefile.am @@ -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 \