From fdc47f8ef835d7a06f97f60caa1d476eb26db1f2 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 17 Mar 2009 11:00:01 -0500 Subject: Making it so that the GIR stuff autodetects and only builds if available. --- libindicate/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libindicate') diff --git a/libindicate/Makefile.am b/libindicate/Makefile.am index b851919..5a6f466 100644 --- a/libindicate/Makefile.am +++ b/libindicate/Makefile.am @@ -95,6 +95,8 @@ listener-marshal.c: $(srcdir)/listener-marshal.list pkgconfig_DATA = indicate.pc pkgconfigdir = $(libdir)/pkgconfig +if USE_GIR + gobjectintrospection_gir_DATA = \ Indicate-0.1.gir gobjectintrospection_girdir = $(datadir)/gir @@ -124,3 +126,4 @@ DISTCLEANFILES = \ Indicate-0.1.gir \ Indicate-0.1.typelib +endif -- cgit v1.2.3