From e1dccb6fd713e4d21f367a552395421bce76d2e6 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 16 Oct 2009 11:50:22 +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-libs/gst/interfaces/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gst-libs') diff --git a/gst-libs/gst/interfaces/Makefile.am b/gst-libs/gst/interfaces/Makefile.am index d7ee304b6..33ff81d79 100644 --- a/gst-libs/gst/interfaces/Makefile.am +++ b/gst-libs/gst/interfaces/Makefile.am @@ -8,7 +8,8 @@ headers_photography = \ # variables used for enum/marshal generation glib_enum_headers=$(headers_photography) glib_enum_define=GST_PHOTOGRAPHY -glib_enum_prefix=gst_photography +glib_gen_prefix=gst_photography +glib_gen_basename=photography built_sources = \ photography-enumtypes.c @@ -38,4 +39,4 @@ BUILT_SOURCES = \ CLEANFILES = $(BUILT_SOURCES) -include $(top_srcdir)/common/glib-gen.mak +include $(top_srcdir)/common/gst-glib-gen.mak -- cgit v1.2.3