From 558868a8bf1a552a8af3951471d6ba3a78059e14 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 4 Apr 2013 02:57:21 -0500 Subject: Fix vpath build of GIR --- libmate-panel-applet/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmate-panel-applet') diff --git a/libmate-panel-applet/Makefile.am b/libmate-panel-applet/Makefile.am index 244d5d41..f3ab4dfc 100644 --- a/libmate-panel-applet/Makefile.am +++ b/libmate-panel-applet/Makefile.am @@ -118,7 +118,7 @@ built_introspection_sources = \ MatePanelApplet-4.0.gir: libmate-panel-applet-4.la MatePanelApplet_4_0_gir_INCLUDES = GObject-2.0 Gtk-2.0 Gio-2.0 -MatePanelApplet_4_0_gir_CFLAGS = $(AM_CPPFLAGS) +MatePanelApplet_4_0_gir_CFLAGS = $(AM_CPPFLAGS) -I$(srcdir) MatePanelApplet_4_0_gir_LIBS = libmate-panel-applet-4.la MatePanelApplet_4_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_sources)) $(addprefix $(builddir)/,$(built_introspection_sources)) # When requiring gobject-introspection 0.9.5, use this: -- cgit v1.2.1