Blob Blame History Raw
From 380204b95cb0a611df0233bf6275b5b511268240 Mon Sep 17 00:00:00 2001
From: Colin Walters <walters@verbum.org>
Date: Thu, 2 Sep 2010 11:07:12 -0400
Subject: [PATCH] introspection: Associate .gir with pkg-config file

Also depend on Makefile for consistency.
---
 atk/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/atk/Makefile.am b/atk/Makefile.am
index 19c2816..a900965 100644
--- a/atk/Makefile.am
+++ b/atk/Makefile.am
@@ -157,10 +157,11 @@ introspection_generated_sources = \
     atk-enum-types.c	\
     atk-enum-types.h
 
-Atk-1.0.gir: libatk-1.0.la
+Atk-1.0.gir: libatk-1.0.la Makefile
 Atk_1_0_gir_INCLUDES = GObject-2.0
 Atk_1_0_gir_CFLAGS = $(INCLUDES)
 Atk_1_0_gir_LIBS = libatk-1.0.la
+Atk_1_0_gir_SCANNERFLAGS = --pkg-export atk
 Atk_1_0_gir_FILES = \
     $(addprefix $(srcdir)/, $(introspection_sources))	\
     $(introspection_generated_sources)
-- 
1.7.2.3