Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 413663 | Differences between
and this patch

Collapse All | Expand All

(-)a/babl/Makefile.am (-1 / +2 lines)
Lines 95-101 INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir) Link Here
95
if HAVE_INTROSPECTION
95
if HAVE_INTROSPECTION
96
Babl-$(BABL_API_VERSION).gir: $(G_IR_SCANNER) $(library_include_HEADERS) $(c_sources) $(srcdir)/Makefile.am
96
Babl-$(BABL_API_VERSION).gir: $(G_IR_SCANNER) $(library_include_HEADERS) $(c_sources) $(srcdir)/Makefile.am
97
	$(INTROSPECTION_SCANNER) -v --namespace Babl --nsversion=$(BABL_API_VERSION) \
97
	$(INTROSPECTION_SCANNER) -v --namespace Babl --nsversion=$(BABL_API_VERSION) \
98
            --add-include-path=$(srcdir) --add-include-path=. \
98
            --identifier-prefix= --symbol-prefix=babl \
99
	    --add-include-path=$(srcdir) --add-include-path=. \
99
            --library=libbabl-$(BABL_API_VERSION).la \
100
            --library=libbabl-$(BABL_API_VERSION).la \
100
            --libtool="$(LIBTOOL)" \
101
            --libtool="$(LIBTOOL)" \
101
            --output $@ \
102
            --output $@ \

Return to bug 413663