build: no reason to introspect nodist sources.
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Wed, 25 Mar 2015 11:25:54 +0000 (12:25 +0100)
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Wed, 25 Mar 2015 11:27:02 +0000 (12:27 +0100)
Summary: g-ir-scanner was erroring like crazy on the generated sources.

Reviewers: thiblahute

Differential Revision: http://phabricator.freedesktop.org/D57

ges/Makefile.am

index 692063f..20b3b6d 100644 (file)
@@ -190,11 +190,8 @@ if HAVE_INTROSPECTION
 BUILT_GIRSOURCES = GES-@GST_API_VERSION@.gir
 
 gir_headers=$(patsubst %,$(srcdir)/%, $(libges_@GST_API_VERSION@include_HEADERS))
-gir_headers+=$(patsubst %,$(builddir)/%, $(nodist_libges_@GST_API_VERSION@include_HEADERS))
 gir_sources=$(patsubst %,$(srcdir)/%, $(libges_@GST_API_VERSION@_la_SOURCES))
-gir_sources+=$(patsubst %,$(builddir)/%, $(nodist_libges_@GST_API_VERSION@_la_SOURCES))
 gir_cincludes=$(patsubst %,--c-include='ges/%',$(libges_@GST_API_VERSION@include_HEADERS))
-gir_cincludes+=$(patsubst %,--c-include='ges/%',$(nodist_libges_@GST_API_VERSION@include_HEADERS))
 
 GES-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libges-@GST_API_VERSION@.la
        $(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \