From 6904e46ef2b86f8d05d206b2ba527d2640277877 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 16 Oct 2009 11:53:38 +0300 Subject: build: use gst-glib-gen.mak to fix the glib build rules. The build rules in glib-gen.mak were using pattern rules in a non save way. --- gst/rtpmanager/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gst/rtpmanager/Makefile.am') diff --git a/gst/rtpmanager/Makefile.am b/gst/rtpmanager/Makefile.am index 8080f303..e9f7ed76 100644 --- a/gst/rtpmanager/Makefile.am +++ b/gst/rtpmanager/Makefile.am @@ -1,9 +1,10 @@ plugin_LTLIBRARIES = libgstrtpmanager.la glib_enum_define = GST_RTP_BIN -glib_enum_prefix = gst_rtp_bin +glib_gen_prefix = gst_rtp_bin +glib_gen_basename = gstrtpbin -include $(top_srcdir)/common/glib-gen.mak +include $(top_srcdir)/common/gst-glib-gen.mak built_sources = gstrtpbin-marshal.c built_headers = gstrtpbin-marshal.h -- cgit